i want to display 1 to 10 numbers using one select statement.
Answer Posted / subrat
SELECT LEVEL
FROM DUAL
CONNECT BY LEVEL<=9;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
difference between anonymous blocks and sub-programs.
What do you understand by pl/sql packages?
how to delete an existing column in a table? : Sql dba
What is the difference between functions, procedures, and packages in pl/sql?
Is grant a ddl statement?
Can we rollback after truncate?
How can we implement rollback or commit statement in a trigger?
explain primary keys and auto increment fields in mysql : sql dba
What is the use of sqlerrd 3?
How to write html code in pl sql?
What is where clause in sql?
What is left join in postgresql?
What are the indexing methods?
How do you change a value in sql?
How can check sql version from command line?