I need to perform database calculations locating rows that one of the columns is between two dates, ie the field contains 5/16/02 and my criteria is between 5/1/02 and 5/31/02. What is the proper format for searching by date?
Thanks Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
Thanks Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned