Bug #43978 | You have an error in your SQL syntax ... | ||
---|---|---|---|
Submitted: | 31 Mar 2009 8:49 | Modified: | 18 Feb 2013 11:44 |
Reporter: | Bugs System | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 5.1.30 | OS: | Other (XAMPP) |
Assigned to: | CPU Architecture: | Any |
[31 Mar 2009 8:49]
Bugs System
[31 Mar 2009 9:02]
Valeriy Kravchuk
Try to NOT add " around the SQL statement. In SQL " are used only for string literals.
[1 May 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[18 Feb 2013 11:44]
Igor Solodovnikov
User tried to execute SQL statement enclosed in unnecessary quotation marks. This is syntax error. So server's response is plain correct. Closing as not-a-bug.