Hello,
I need to create a table in PLSQL with Values from 1 to 3 with a loop Statement
In the end the table have 27 Rows.
The table have to look like this:
A B C
1 1 1
1 1 2
1 1 3
1 2 1
1 2 2
1 2 3
1 3 1
1 3 2
1 3 3
2 1 1
2 1 2
2 1 3
2 2 1
2 2 2
....
I hope you can help me