hai,i have a table,consists of data which gets updated data time-time.i want to access the data based on date & time.
>i want to access the data based on date & time.
Ok then do a query using:
SELECT whatever FROM table_name WHERE date_time = '....';