Closed
Description
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
- Doris's full-text search does not support the match_any syntax.
SQL Example:
- Simplified Query Example, focusing on the failing feature
-- Replace with your ACTUAL example select * from customer where id = 1 and lower(status) match_any '123'
Software Information:
Tips:
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
Try your example online with the latest JSQLParser and share the link in the error report.
Do provide Links or References to the specific Grammar and Syntax you are trying to use.