in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / narenkumar reddy
select column_name from table_name
where column_name=sysdate-2
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which version of sql do I have?
What is rowid in sql?
What is a record in pl/sql?
Does db2 use sql?
Why procedure is used in sql?
What is mutating sql table?
What is the difference between inner join and outer join?
What is data type in database?
Can we create foreign key without primary key?
What are the dml statements?
how can we find the number of rows in a table using mysql? : Sql dba
what is the use of set statement in tsql? : Transact sql
Why having clause is used in sql?
What is a clob in sql?
Is sql free?