TiDB v5.2.1 Parser Unexpected Error #28476
Labels
affects-5.2
This bug affects 5.2.x versions.
component/parser
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
If I change the "(())" after 'EXISTS' into "()", there will be no error:
3. What did you see instead (Required)
An error:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 146 near "))"
4. What is your TiDB version? (Required)
V5.2.1 (In previous version of tidb--v5.1.1, It is OK to execute )
The text was updated successfully, but these errors were encountered: