K
Kevinp
I have a table with a date field and one of the
rows has a date value of '2009-03-31
16:39:16.000'.
I'm trying to use a SELECT statement like this:
SELECT * FROM MyTable WHERE fldDate >= '01/01/09'
AND fldDate <= '03/31/09'
The results will not include the above stated
record. Is there some way to change the SQL
statement that will include it?
rows has a date value of '2009-03-31
16:39:16.000'.
I'm trying to use a SELECT statement like this:
SELECT * FROM MyTable WHERE fldDate >= '01/01/09'
AND fldDate <= '03/31/09'
The results will not include the above stated
record. Is there some way to change the SQL
statement that will include it?