如题,VARIANT 无法直接下标取数组吗,data[0] ,取出为null
也可以用json函数,json_extract(data,'$.[0]'),get_json_string(data,'$.[0]') 这样取
暂时不支持,可以cast成 array来访问