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 |
Can you have two stored functions with in the same name?
what is the difference between oracle 8i and 9i?
What is Formula Column?
What is GLOBAL TEMPORARY TABLE and It's significance ?
How to create user and how u attach with responsibility.
Name the different Cursor Attributes.
What are the files we submit while your program move to testing instance?
How can u populate data into po_headers_all segment2 column?
LOCKS?
How to create a purchase order without a requisition?
How can u call a standard interface program from sql or pl/sql code?
what is the difference between request group and request security group in oracle apps?