On Thu, 24 Feb 2011 16:43:56 +0530 Aveek Misra <[email protected]> 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 <[email protected]> -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[email protected]
