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
How many rows can sqlite handle?
How to display the current date in sql?
Enlist the characteristics of pl/sql?
What is multiple partition?
Is record in oracle pl sql?
How do you delete data from a table?
What is the difference between an inner join and an outer join?
what is normalization? : Sql dba
How do I make my sql query run faster?
What is equi join in sql?
What is the difference between delete and truncate commands?
How do you delete duplicates in sql query using rowid?
What is the difference between a query and a report?
Can a varchar be a primary key?
Which join condition can be specified using on clause?