On Thu, 24 Feb 2011 16:43:56 +0530
Aveek Misra <ave...@yahoo-inc.com> wrote:

> Use a quote around the column name or explicitly specify the column as 
> <table>.<column> (as for e.g. mytable.group) in the query. For more details 
> refer to http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html
> 

use backticks, not quotes. 
`group`, not 'group'.


-- 
Simcha Younger <sim...@syounger.com>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to