Efficient way to get records created today
Hi,
Can anyone provide me some efficient way to get records from table created today. I know we can retrieve using to_char(column_name) = to_char(sysdate) but this has some overheads... can anyone please let me know what are the overheads and how to get around it.
Thanks,
Rajan