I have a question on how to run a query on a date comparision. There is a recordcreation column that is measured in time_to_second. For example, right now, it is recorded as 1144942416.
My question is:
when running a query for records that are submitted today, how to convert that recordcreation and compare
recordcreation > to_date '20060413000000','YYYYMMDDHH24MISS');
or any other way just to get records that are submitted today.
Thanks!
My question is:
when running a query for records that are submitted today, how to convert that recordcreation and compare
recordcreation > to_date '20060413000000','YYYYMMDDHH24MISS');
or any other way just to get records that are submitted today.
Thanks!