Changing the alias giver to a table ! :)

2009-08-27 Thread Xanax
Hi, I have a problem with some SQL request in Oracle. GROUP is a reserved keyword for Oracle. And Cakephp generate some SQL request with this alias (because my table's name is GROUPS). So these request don't work until i change the alias from GROUP to GROUPE for example. I would like to know

Re: Changing the alias giver to a table ! :)

2009-08-27 Thread brian
Try leaving the class name as 'Group' and adding var $alias = 'Groupx'; On Thu, Aug 27, 2009 at 12:03 PM, Xanaxmammer...@gmail.com wrote: Hi, I have a problem with some SQL request in Oracle. GROUP is a reserved keyword for Oracle. And Cakephp generate some SQL request with this alias