Bug #58775 | Table Field Name - Group | ||
---|---|---|---|
Submitted: | 7 Dec 2010 0:55 | Modified: | 7 Dec 2010 4:19 |
Reporter: | Adam Alicki | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.1.52 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Fetch Array Error, Field Name, GROUP |
[7 Dec 2010 0:55]
Adam Alicki
[7 Dec 2010 4:19]
Valeriy Kravchuk
GROUP is a reserved word in MySQL, so it should be quoted when used as identifier. Read http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html.