Syntax
Arguments
format_name— The format of the data.structure- Structure of the table. Optional. Format ‘column1_name column1_type, column2_name column2_type, …’.data— String literal or constant expression that returns a string containing data in specified format
Returned value
A table with data parsed fromdata argument according to specified format and specified or extracted structure.
Examples
Withoutstructure argument:
Query
Response
Query
Response
structure argument:
Query
Response