AdmanOK
MIS
- Mar 5, 2001
- 412
I have a table that stores calendar events with timestamp field for the start time and end time. I am trying to write an ASP page that displays these fields, however I am not sure how to go about this. I tried something like:
SELECT * FROM events WHERE eventstarttime LIKE '20050816%'
to get all the events for 8/16/2005 but this did not display any records, even though there are events in the calendar for that date.
What would be the correct syntax for this query?
SELECT * FROM events WHERE eventstarttime LIKE '20050816%'
to get all the events for 8/16/2005 but this did not display any records, even though there are events in the calendar for that date.
What would be the correct syntax for this query?