zjcnb opened a new issue #11955:
URL: https://github.com/apache/shardingsphere/issues/11955
### Which version of ShardingSphere did you use?
master
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Mysql or Postgresql
Mysql 8.x
### Expected behavior
show error syntax
```
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to use near
')' at line 1
```
### Actual behavior
result 1
```
+--------+
| date() |
+--------+
| 1 |
+--------+
```
--
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]