how to produce numbers from 1 to 10 using dual table
Answer Posted / ml
select level from dual connect by level < 11;
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What is bulk collect in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is the disadvantage of User defind function?
What is the difference between substr & instr functions?
What are the limitations oracle database 10g xe?
What is tns name?
State some uses of redo log files?
What is the database name in oracle?
What are the attributes that are found in a cursor?
What is proxy method?
What are data pump export and import modes?
When system tablespace is created?
How do I limit the number of rows returned by an oracle query after ordering?
How to select some columns from a table in oracle?
Why does oracle 9i treat an empty string as null?