CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2024/11/22
json_object_keys
functionjson_object_keys
function Applies to: Databricks SQL Databricks Runtime
Returns all the keys of the outermost JSON object as an array.
An ARRAY < STRING >.
If ‘jsonObject’ is any other valid JSON string, an invalid JSON string or an empty string, the function returns NULL.