Answer the question
In order to leave comments, you need to log in
How to do number generation using sql oracle 10 g?
example
sqlfiddle.com/#!4/b6b27/5
10g only does not support parameters in the WITH construct
Can be done without parameters: WITH cte as {}
Answer the question
In order to leave comments, you need to log in
In Oracle, hierarchical queries are usually done differently:
SELECT level
FROM DUAL
CONNECT BY level < 100
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question