I need some help on writing SQL to get data for last 24 hours. For example
SELECT TO_char(date_field) FROM TEST_TABLE Where ??

What should I use in WHERE clouse to get desire result.

Thanks to anybody who would be able to help me.