-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
supported in the parser: apache/datafusion-sqlparser-rs#1456
SELECT * FROM $astronauts WHERE missions like ANY ('%e%', '%g%')
[{"Query": {"with": null, "body": {"Select": {"distinct": null, "top": null, "top_before_distinct": false, "projection": [{"Wildcard": {"opt_ilike": null, "opt_exclude": null, "opt_except": null, "opt_replace": null, "opt_rename": null}}], "into": null, "from": [{"relation": {"Table": {"name": [{"value": "$astronauts", "quote_style": null}], "alias": null, "args": null, "with_hints": [], "version": null, "with_ordinality": false, "partitions": []}}, "joins": []}], "lateral_views": [], "prewhere": null,
--> "selection": {
"Like": {
"negated": false,
"any": true,
"expr": {
"Identifier": {
"value": "missions",
"quote_style": null
}
},
"pattern": {
"Tuple": [
{"Value": {"SingleQuotedString": "%e%"}},
{"Value": {"SingleQuotedString": "%g%"}}
]
},
"escape_char": null}}, "group_by": {"Expressions": [[], []]}, "cluster_by": [], "distribute_by": [], "sort_by": [], "having": null, "named_window": [], "qualify": null, "window_before_qualify": false, "value_table_mode": null, "connect_by": null}}, "order_by": null, "limit": null, "limit_by": [], "offset": null, "fetch": null, "locks": [], "for_clause": null, "settings": null, "format_clause": null}}]
Metadata
Metadata
Assignees
Labels
No labels