Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Query to print 1-n numbers?

SowmyRajJan 31 2009 — edited Jan 31 2009
for(int i =0; i<n i++)
We can print 1-n numbers on the console by using above loop.

In the sameway How I can display 1-n numbers on SQL console by using SQL Query..?
Can any body help me regarding this?>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2009
Added on Jan 31 2009
3 comments
1,778 views