TomSalvato
Technical User
Hi All,
I am writing an SQL Expressin Field that has to compare two datetime fields, but I'm only concerned about the date portion of each field. In crystal format, my expression would look like this ...
date(TABLE1.DATECREATED) = date(TABLE2.DATECREATED)
where both fields are defined as datetime fields. I know that the 'time' portion will never match. I'm hoping it's something simple that I've just never seen before.
As always, appreciate any help!
-TS
I am writing an SQL Expressin Field that has to compare two datetime fields, but I'm only concerned about the date portion of each field. In crystal format, my expression would look like this ...
date(TABLE1.DATECREATED) = date(TABLE2.DATECREATED)
where both fields are defined as datetime fields. I know that the 'time' portion will never match. I'm hoping it's something simple that I've just never seen before.
As always, appreciate any help!
-TS