i want to display 1 to 10 numbers using one select statement.
Answer Posted / mkumar.it
select rownum from user_objects where rownum <= 10
| Is This Answer Correct ? | 71 Yes | 20 No |
Post New Answer View All Answers
how to include character strings in sql statements? : Sql dba
What is nvl?
What are character functions?
Can we use update in sql function?
Is sql a case sensitive language?
What is structural independence and why is it important?
What is an inner join sql?
Explain the uses of control file.
What is schema in sql example?
What is difference between procedure and trigger?
How do you truncate?
What are the parameter modes supported by pl/sql?
what is the use of set statement in tsql? : Transact sql
What is the purpose of primary key?
What is inner join in sql?