i want to display 1 to 10 numbers using one select statement.
Answer Posted / raghuramu
select rownum from emp
where rownum<=10;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is the difference between microsoft access and sql?
What is a temporal table?
Why partition by is used in sql?
How can I get the number of records affected by a stored procedure?
How to order siblings in oracle hierarchy queries?
What is a null value?
What is a temporal data type?
What is sql comments?
Can cursors be part of a trigger body?
How many sql core licenses do I need?
What are the methods of filing?
Why do we use set serveroutput on?
How to pipe multiline string to isql?
Write a sql query to find the names of employees that begin with ‘a’?