I am having trouble with using certain mysql functions via the odbc connection in excel.
Query:
select name, monthname(Dob), sum(wages) from userTable group by name, month(Dob);
This query works in Mysql query browser.
But in excel when I use the odbc data connection, I loose the whole monthname(Dob) column. I tried using date_format(), but no luck
Can someone help me?
Bookmarks