-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
validate not support 'not rlike' #1553
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
ValidationError [
statement=select * from test where id not rlike '111'
capability=parsing
errors=[ParseException: Cannot parse statement: Encountered unexpected token: "not" "NOT"
at line 1, column 30.
Was expecting one of:
]
]