I have field REPORTDATE (DATETIME). In SQL Developer i can see its value in this format
29.10.2013 17:08:08
I found that in order to do the select o
Try this code snipppet:
cast(datetimevariable as date)