Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
- I am trying to parse Cassandra's query with the Map data type. It is not able to parse.
SQL Example:
- Basic select query with Map data type
-- Replace with your ACTUAL example
SELECT my_map['my_key'] FROM my_table WHERE id = 123;
SELECT cast(my_map['my_key'] as int) FROM my_table WHERE id = 123;
Software Information:
- JSqlParser version: 4.6
- Cassandra's
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.