Hi, just had an urgent question for writing a specific SQL statement.
I have a table called BAGGAGE_ALLOCATION, there is a field in it called START_TIME, that is in a date format. The data in this field look like this:
11/23/2003 1:11:00 AM
How can I write a SQL statement to extract all records that occur on December 15th, 2005?
Thanks for any help. Greatly appreciated.