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 |
I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.
1 Answers Genpact, Y3K Imaginations,
What is the use of format trigger?
Registering parametric report?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
in ap_terms table what data will be stored
What do you understand by a set of books?
What is P2P cycle.
27 Answers Accenture, Deloitte, EE Limited, EXL, IBM, Tech Mahindra,
What is template?
Which module is not in multiorg
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
what is aim methodolozy
Where we can write a PL/SQL code in report triggers?