we have 10 records. It's occured error in 6th record how
can u find and how to rectify that?
Answers were Sorted based on User's Feedback
Answer / srilekha
select * from <Tab_name1> where rownum <=6
minus
select* from <Tab_name1> where rownum<6;
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nithya
To retrieve data:
select * from <table_name> a where 6 = (select count(rowid)
from <table_name> b where a.rowid>=b.rowid);
u can rectify it using the same "sub-query".
| Is This Answer Correct ? | 3 Yes | 1 No |
what is multi org structure?
what is fiscalcalendar?
can we write sql statement in Format trigger?
what is difference between d2k report and oracle apps report
10 Answers Seven Hills, Wipro,
what are the types of interfacing?
Which one Module is Biggest Module in oracle apps?
how many sections are there in report?
how to use .prt file in bitmap reports?
How to create a link between One dependent value set to another Dependent value set
5 Answers Indorama, ManSoft System, Syntel, TE Data,
in oracle workflow if i want to send a mail to the user after sending if the user didn't approve the mail after 10 mins it is automatimatically approved how we can approach?
What are basic steps for AIM?
how to debug the report?
2 Answers IBM, Qualcomm, Sierra Atlantica,