[CP] support column identifier begin with number

This commit is contained in:
akaError
2024-02-21 07:21:46 +00:00
committed by ob-robot
parent 26ff5053cd
commit d260112818
5 changed files with 331 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SELECT name FROM master.dbo.sysdatabases WHERE status <> 512;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near '.sysdatabases WHERE status <> 512' at line 1
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'master.dbo.sysdatabases WHERE status <> 512' at line 1