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
2.1m questions
2.1m answers
60 comments
57.0k users