![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, The ODCINumberList function allows you to to: SQL> select * from table(sys.odcinumberlist(1,2,9)); COLUMN_VALUE ------------ 1 2 9 => is there another function that would make the other way around and take a tabular result set of a single column to make a list of it ?, kind of: SQL> select tabToList(rownum) from all_objects where rownum <5; TABTOLI ---------- 1, 2, 3, 4 Thanks... Regards, Spendius |
![]() |
| Thread Tools | |
| Display Modes | |
| |