N
N
Nursultan Moldobaev2014-08-22 11:09:03
Oracle
Nursultan Moldobaev, 2014-08-22 11:09:03

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

1 answer(s)
A
Alexey Skahin, 2014-08-22
@Diyahon

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 question

Ask a Question

731 491 924 answers to any question