View Single Post
  #3 (permalink)  
Old 02-25-03, 10:44
GadgetGuru GadgetGuru is offline
Registered User
 
Join Date: Feb 2003
Location: Other side of the ocean
Posts: 6
escape syntax

or use the escape syntax which will work against any DB:

“SELECT * FROM Staff WHERE {d'2002-10-23'} < HiredDate < {d'2002-10-29'}”

Reply With Quote