forked from zhenjl/sqlparser
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathparse_fail.sql
More file actions
14 lines (14 loc) · 789 Bytes
/
Copy pathparse_fail.sql
File metadata and controls
14 lines (14 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
select !8 from t#syntax error at position 9 near !
select $ from t#syntax error at position 14 near from
select : from t#syntax error at position 9 near :
select 078 from t#syntax error at position 11 near 078
select `1a` from t#syntax error at position 9 near 1
select `:table` from t#syntax error at position 9 near :
select `table:` from t#syntax error at position 14 near table
select 'aa\#syntax error at position 12 near aa
select 'aa#syntax error at position 12 near aa
select * from t where :1 = 2#syntax error at position 24 near :
select * from t where :. = 2#syntax error at position 24 near :
select * from t where ::1 = 2#syntax error at position 25 near ::
select * from t where ::. = 2#syntax error at position 25 near ::
select /* aa#syntax error at position 13 near /* aa