format
Extracts table structure from data and parses it according to specified input format.
Syntax
Parameters
format_name
— The format of the data.data
— String literal or constant expression that returns a string containing data in specified format
Returned value
A table with data parsed from data
argument according specified format and extracted schema.
Examples
Query:
Result:
Query:
Result:
See Also