i want to display 1 to 10 numbers using one select statement.
Answer Posted / srinivas
select rownum rn from (select 1 from dual group by
cube(1,2,3,4,5)) where rownum <=10
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do sql databases work?
How do you delete duplicates in sql query using rowid?
What are the types of subqueries?
What is materialized view. What are different methods of refresh?
what is the difference between char_length and length? : Sql dba
How to write a query to show the details of a student from students table whose
Is postgresql a server?
How does cross join work?
what is meant by nl2br()? : Sql dba
Which command is used to call a stored procedure?
how to analyze tables with 'mysqlcheck'? : Sql dba
How do you declare a variable in pl sql?
What are the uses of merge?
What is union and union all keyword in sql and what are their differences?
What do we need to check in database testing?