You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is understandable that a JSON function for a word is considered anonymou.
But sqlglot parser not support MEMBER OF() function that introduced in 8.0.17.
example sql:
SELECT 'ab' MEMBER OF('[23, "abc", 17, "ab", 10]');
It is understandable that a JSON function for a word is considered anonymou.
But sqlglot parser not support
MEMBER OF()
function that introduced in 8.0.17.example sql:
refs: https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#operator_member-of
The text was updated successfully, but these errors were encountered: