how to check last updated record in a table
859486Aug 18 2011 — edited Aug 18 2011i got a table called os_ondemand_logs.
schema name is osodlogs
i just want to know when the above table was updated.
i got below query which is not suitable to find excately can any one modify it please
thanks for help
select count(*) from os_ondemand_logs where log_time < to_date('05/05/2011','dd/MM/yyyy');