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
What is anonymous block in sql?
Is like operator in sql case sensitive?
What is use of package in pl sql?
What is an example of translating a date into julian format?
Can two tables have same primary key?
explain primary keys and auto increment fields in mysql : sql dba
How to check if a column is nullable before setting to nullable?
what are different types of keys in sql?
Is sql similar to python?
Explain alias in sql?
What is a string data type in sql?
how to increment dates by 1 in mysql? : Sql dba
How to test for null values?
Can primary key be changed?
What is the maximum number of columns in sql table?