Table function for JSON #5903
beikov
started this conversation in
Design Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building upon #5900 and #5898, the idea is to introduce a
json_table
table function that allows mapping JSON as anonymous tuple.The standard SQL syntax that I would like to adopt is nicely illustrated here: https://docs.oracle.com/database/121/SQLRF/functions092.htm#SQLRF56973
A rough ANTLR grammar for this:
Beta Was this translation helpful? Give feedback.
All reactions