Hello,
perhaps that is what you need:
select * from sys.all_objects
where to_date(timestamp, 'yyyy-mm-dd hh24:mi:ss') = date_field
or
convert both to character via TO_CHAR.
But you lose the index when you do it in this way ...
Hope this helps ...
Greetings
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com