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 |
in which tables the transaction details stored? at least two.
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
What is invoice?
What are the requests groups?
any one can expalin report registration steps?
Define MultiOrg Structure
Can function be overload?
what is the difference between procedure and function
what is instead of trigger. what is the use of that?
why do we go for oracle apps technical other than sap and other packages?
Difference between Bind and Lexical parameters?
Which one Module is Biggest Module in oracle apps?