View Single Post
  #2 (permalink)  
Old 02-25-03, 05:10
rahulqa rahulqa is offline
Registered User
 
Join Date: Feb 2003
Posts: 18
If you are using sql server database then try removing # sign.

SELECT * FROM Staff WHERE HiredDate BETWEEN '10/23/2002' AND '10/29/2002'
Reply With Quote