I have a query that runs fine if I run it against MySQL manually, but
then I drop it into Model->query and get some errors. The problem
comes when I use the GROUP_CONCAT function it seems from the error
that the database name is getting appended to the function name

SELECT GROUP_CONCAT(name ORDER BY name SEPARATOR ',')
gets turned into
SELECT databasename.GROUP_CONCAT(name ORDER BY name SEPARATOR ',')

And of course its causing errors. Any help?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to