i want to display 1 to 10 numbers using one select statement.
Answer Posted / srikanth
select rownum from user_objects where rownum <= 10 order by
rownum ASC
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
Is postgresql a server?
How do I partition a table in sql?
what are the different index configurations a table can have? : Sql dba
How will you distinguish a global variable with a local variable in pl/sql?
Explain autonomous transaction.
What is snowflake sql?
Is ms sql traffic encrypted?
Can primary key be changed?
What is a left inner join?
Why do we use procedures?
How do you declare a variable in pl sql?
How to select random rows from a table?
Inline the values in PL/SQL, what does it mean.?
How to use distinct and count in sql query? Explain
What is pl sql record in oracle?