I have comlumn in mysql type datetime. I need to get the date in DATE format.
select DATE(reg_date) as test from a1; 

It gives me an error.
How to select  date in different date format?

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

Reply via email to