TeslaCN opened a new issue, #26321:
URL: https://github.com/apache/shardingsphere/issues/26321

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   382c598c834310da9b692ce9cb38eba60c42d39c
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy MySQL
   
   ### Expected behavior
   
   Query succeeded.
   
   ### Actual behavior
   
   ```
   mysql> (SELECT * FROM t1) EXCEPT (SELECT * FROM t2);
   ERROR 12000 (42000): You have an error in your SQL syntax: (SELECT * FROM 
t1) EXCEPT (SELECT * FROM t2), no viable alternative at input 'EXCEPT' at line 
1, position 19, near [@6,19:24='EXCEPT',<242>,1:19]
   ```


-- 
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]

Reply via email to