Question
SQL: comparing date with datetime field
I'm having a brain fart as I assume this is really simple.
Given that I have the date in the format of yyyy/mm/dd, how do I put that
into a sql query that compares that to the datetime field?
It appears the datetime field, by default, uses this format: m/d/yyyy
hh:mm:ss am
-Darrel
Given that I have the date in the format of yyyy/mm/dd, how do I put that
into a sql query that compares that to the datetime field?
It appears the datetime field, by default, uses this format: m/d/yyyy
hh:mm:ss am
-Darrel
