SyntaxFix
Write A Post
Hire A Developer
Questions
Do it the hard way. Use the awesome MODEL clause:
MODEL
SELECT V FROM DUAL MODEL DIMENSION BY (0 R) MEASURES (0 V) RULES ITERATE (100) ( V[ITERATION_NUMBER] = ITERATION_NUMBER + 1 ) ORDER BY 1
Proof: http://sqlfiddle.com/#!4/d41d8/20837