Simple SQL question... How to select records by date?
Hello SQL experts!
I'm new to SQL. How do I select a by date when the format is "DD/MM/YYYH HH:MM:SSS"?
I can use a BETWEEN with TRUNC, but is there a way to do a direct select for a single date? Any sample SQL statements would be great!
Thanks in advance!