[snip]
I have been trying to figure out a way to filter a date out of
timestamp to no success.  How do I filter out specific critieria that
I need using now()?
[/snip]

http://www.mysql.com/substring

WHERE now() = substring(dateTimeColumnName, 1, 8) 

should get it

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to