I have to search all rows with a filter with specific hour and minute.
Example:
26/05/2009 - 16:00
26/05/2009 - 17:00
10/11/2009 - 09:00
10/11/2009 - 10:00
10/11/2009 - 11:00
10/11/2009 - 12:00
I want all rows with hour/minute "17:00" and "18:00". And the date is optional field.
I don't know how to do this. I'm using "sql anywhere 11".