in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / srinivas
select * from <table name>
where rownum<=2
order by last_updated_date
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Which is better cte or subquery?
How can we avoid duplicating records in a query?
What is %type in pl sql?
How many triggers can be applied to a table?
how to use like conditions? : Sql dba
What does 0 mean in sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
Is pl sql a programming language?
What does select count (*) mean in sql?
What does the base_object_type column shows in the user.triggers data dictionary view?
How many parts of a pl sql block are optional?
Why do we go for stored procedures?
what is a trigger in mysql? Define different types of trigger. : Sql dba
what is sql in mysql? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba