write a query find which rows of a table is updated on 2
days before?
Answer Posted / ajit nayak
SELECT * FROM USER_TAB_MODIFICATIONS
WHERE TO_DATE(TIMESTAMP,'DD-MON-YYYY') = TO_DATE(SYSDATE - 2,'DD-MON-YYYY');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does postgresql compare to "nosql"?
Is there a 64 bit version of ssms?
what is the difference between char_length and length? : Sql dba
What are pl/sql cursors?
What is a trigger in sql?
what are all the different types of indexes? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
What is column?
Can you load data into multiple tables at once? : aql loader
What is error ora-12154: tns:could not resolve the connect identifier specified?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is record in pl sql?
what are the differences between char and varchar? : Sql dba
What is time based sql injection?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?