In a table their 20 records.I had update 6 records???How
can see and retrieve particular 6 records.i.e.,Latest
updated.
Answer Posted / ratnakar
if u know updated date then following query will work
select * from emp where effecive_start_date = (select
sysdate from dual);
or
select * from emp where effective_start_date = (select
to_date(dateof update,'dd-mon-yy') from dual);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me how to debug the report?
can we use look up type instead of a pofile option?or valueset?is it possible how?
how to print multi lay outs,muti currency,muti language in xml publisher
testing tools?
What are the different components you should consider while defining a responsibility in oracle apps?
How many schemas we have? how many you have used?
In hierarchical structure of a database? we have write query from where we should start?
What is the concept of soa governance?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
q)what are the validations in sql*loader
Plz anybody send me Technical specification for AP Interface
How can you achieve loose coupling in soa framework?
what is the differences between internal requisition and internal sales order?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
Explain oracle apps architecture.