Un-use opened a new issue #13509:
URL: https://github.com/apache/shardingsphere/issues/13509
this is a SQL,
SELECT 'name', 'desc' FROM t1 (' is`)
it be rewirte to
SELECT 'name' AS name, 'desc' AS desc FROM t1 (' is`)
but this SQL is error, because 'name', 'desc' is MySQL keword,
how to solve this error?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]