gatorsmile commented on issue #23276: [SPARK-26321][SQL] Split a SQL in correct 
way
URL: https://github.com/apache/spark/pull/23276#issuecomment-446477152
 
 
   > The semicolon (;) terminates an SQL command. It cannot appear anywhere 
within a command, except within a string constant or quoted identifier.
   
   Thus, you need to consider both double quotes, single quotes. Also 
backstick, which is being used by Spark SQL for quoting identifiers. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to