Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Table/view to generate integers from 1 to 500
Hi,
I'd like to add that this query will retrieve numbers only till the 9th
power of 2 i.e. 512. So if u need higher numbers, keep on adding digits
to the end of the list
group by cube(1,2,3,4,5,6,7,8,9,10,11,12....)
hope this helps,
kirtan
Received on Mon Jan 17 2005 - 05:54:38 CST