Can someone tell me how to search for a date with SQL? I have tried the
following

SELECT * from schedule WHERE EST_DATE = '03/26/2001';

I get the error
Incompatible datatypes in expression : = , SQL state 37000

Thanks.




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to