mmcleod
01-15-2004, 06:51 PM
I have a series of records that I need to sort by the week they were submitted. I'm trying to submit a query to do that, but it's not outputting any results:
SELECT * FROM SessionInfo WHERE Date=WEEK(50);
How do I get something like this to work? The dates are currently in the YYYY-MM-DD format. Any help would be greatly appreciated!!
Mike
SELECT * FROM SessionInfo WHERE Date=WEEK(50);
How do I get something like this to work? The dates are currently in the YYYY-MM-DD format. Any help would be greatly appreciated!!
Mike