format 表函数
根据指定的输入格式从参数中解析数据。如果未指定 structure 参数,则从数据中提取结构。
语法
参数
format_name— 数据的格式。structure- 表结构。可选。格式为'column1_name column1_type, column2_name column2_type, ...'。data— 字符串字面量或返回一个按指定格式组织的数据字符串的常量表达式。
返回值
一个数据表,包含根据指定格式和指定或提取的结构从 data 参数中解析得到的数据。
示例
不带 structure 参数:
查询:
结果:
查询:
结果:
使用 structure 参数:
查询:
结果: