Compare DATE values by formatting the date as a string in a date format that the database can parse. For example:
(sql:select * :from [Table] :where [= [Date] "25-Dec-2005"])
Note that it is not possible to lookup date values in the database using numeric values. This is because: