MaxCompute - Built-in Functions JSON_TUPLE and EXTRACT Added
Oct 28 2019
MaxComputeContent
Target customers: Alibaba Cloud MaxCompute users.
Features released: The string function JSON_TUPLE and the date function EXTRACT are added. The syntax of JSON_TUPLE is STRING JSON_TUPLE(STRING json,STRING key1,STRING key2,...). This function is used to extract values for a set of keys (key1,key2,...) in a standard JSON string. The syntax of EXTRACT is INT EXTRACT(