Double Quotation Marks Cannot Be Identified During SQL Statement Execution
Scenario
Double quotation marks cannot be identified when SQL statements are executed on an RDS for MySQL instance.
Troubleshooting
Check whether the sql_mode parameter is set to ANSI_QUOTES.
If it is set to ANSI_QUOTES, double quotation marks are considered as identifier quote characters. For details, see Server SQL Modes.
Solution
Delete ANSI_QUOTES from the values of sql_mode.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot