开发者社区 > 大数据与机器学习 > 实时数仓 Hologres > 正文

请问下holo里这个 json_populate_recordset 函数,第二句返回的是 \N。是

select * from json_populate_recordset(null::onway_qty, '[{"qty": 0, "pre_qty": 0, "account_code": "Transfer", "account_type": "BROKER"}]'::json)select json_populate_recordset(null::onway_qty,status_account),status_account from inventory_snapshot where id=1634293397150334976;请问下holo里这个 json_populate_recordset 函数,第二句返回的是 \N。是为啥?第一句执行正常 fa61b6a6a254a4c239a6f9ed801016c7.png

展开
收起
十一0204 2023-04-10 23:34:29 227 0
1 条回答
写回答
取消 提交回答
  • 看起格式不对吧。

    begin;
    create table 
    myrowtype(a text,b text);
    commit;
    select * from json_populate_recordset(null::myrowtype, '[{"a":1,"b":2},{"a":3,"b":4}]')
    
    2023-04-11 08:47:22
    赞同 展开评论 打赏

本技术圈将为大家分析有关阿里云产品Hologres的最新产品动态、技术解读等,也欢迎大家加入钉钉群--实时数仓Hologres交流群32314975

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载