Generate number for the beach

Dear Experts,

I need steps

With T)

Select double union 10 from_value, to_value 15

Select from_value 20, 23 double to_value

)

I want the output in a single column as follows

10

11

12

13

14

15

20

21

22

23

Is it possible to get through SQL.

Thanks in advance.

Kind regards

Iqbal

From_value + (LEVEL-1) SELECT reg_val

Of

(SELECT from_value,

to_value-from_value val

T)

CONNECT BY LEVEL<=>

AND PRIOR val = val

AND PRIOR DBMS_RANDOM. VALUE IS NOT NULL

ORDER BY 1;

Tags: Database

Similar Questions

Maybe you are looking for