Using the DUAL table, how can I get a list of numbers from 1 to 100?
Your question is difficult to understand, but if you want to select the numbers from 1 to 100, then this should do the trick:
1
100
Select Rownum r From dual Connect By Rownum <= 100
1.4m articles
1.4m replys
5 comments
57.0k users