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


Please Help Members By Posting Answers For Below Questions

Explain the characteristics of oracle dba?

631


How to use "in" parameter properly?

612


when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

1466


What do you understand by a database object? Can you list a few of them?

602


hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.

1954






Is the After report trigger fired if the report execution fails ?

2398


Explain self joins in oracle?

552


What is a static data dictionary in oracle?

562


How to check the oracle tns settings?

565


Is oracle the best database?

512


What are the differences between primary key and unique key?

507


what is the scripts in data base?

1598


What language does oracle use?

591


What is ordinary table in oracle?

643


Explain mutating triggers.

566