how to produce numbers from 1 to 10 using dual table
Answer Posted / nihar ranjan nath
SELECT n FROM (SELECT ROWNUM n FROM DUAL CONNECT BY LEVEL<=10)
WHERE n<=1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to join query for one source type is oracle another source type is sql server ?
What to do if the startbd.bat failed to start the xe instance?
What is an oracle wallet?
What is the difference between a hot backup and a cold backup in oracle?
How to insert a record into a table?
Can we convert a date to char in oracle and if so, what would be the syntax?
How to export your connection information to a file?
Give the different types of rollback segments.
What to do if dba lost the system password?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How to create lov dynamically at runtime & attach to text field?
What is a tns service name?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is a select query statement in oracle?
What happens to the indexes if a table is recovered?