i want to display 1 to 10 numbers using one select statement.
Answer Posted / rashmi raju
select 1,2,3,4,5,6,7,8,9,10 from dual;
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What is PL/SQL Records?
What is a boolean in sql?
Explain what is rdbms?
Difference between truncate, delete and drop commands?
What is bind variable in pl sql?
Can we create foreign key without primary key?
What does seeding a database mean?
What are the different operators available in sql?
What is serial sql?
How do I count duplicates in sql?
What are sql ddl commands?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How exception is different from error?
What is an implicit commit?
How can you save or place your msg in a table?