语法
参数
format_name— 数据的格式。structure- 表结构。可选。格式为column1_name column1_type, column2_name column2_type, ...。data— 字符串字面量或返回包含指定格式数据字符串的常量表达式
返回值
data 参数解析出的数据。
示例
structure 参数时:
Query
Response
Query
Response
structure 参数:
Query
Response
根据指定的输入格式解析参数中的数据。如果未指定 structure 参数,则会从数据中提取。
format_name — 数据的格式。structure - 表结构。可选。格式为 column1_name column1_type, column2_name column2_type, ...。data — 字符串字面量或返回包含指定格式数据字符串的常量表达式data 参数解析出的数据。
structure 参数时:
structure 参数: