i want to display 1 to 10 numbers using one select statement.
Answer Posted / raghuramu
select rownum from emp
where rownum<=10;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
how to convert character strings to dates? : Sql dba
What are sql queries used for?
Are sql database names case sensitive?
What is an ndf file?
What is the use of double ampersand (&&) in sql queries? Give an example
Why plvtab is considered as the easiest way to access the pl/sql table?
What is asqueryable?
what is 'mysqlcheck'? : Sql dba
How do you explain an index number?
Explain what is a database?
What is pragma in sql?
What is substitution variable?
In what condition is it good to disable a trigger?
what is an index? : Sql dba
Can we create table in function?