> All - Is it possible to use the DATETIME column type inside of a SQL query
> ?  Let's say I have a table named foo and that one of the columns (named
> start_time) is defined as a DATETIME.
> 
> I'd like to do something like the following:
> 
> select * from foo where (start_time > "2002-05-30 13:00:00")
> 
> What's the proper syntax for this?  Can it be done?
> 
> Thanks,
> Mark
> 
> -
> Mark Riehl
> Agile Communications, Inc.
> Email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to