开发者社区 问答 正文

如何将map型数据插入到数据库中,代码怎么写?

问题描述

.CREATE table t_table_map( c1 int ,t_map map<string,bigint>)COMMENT 'map表格';

map型数据:{k11:86,k21:85}),(1001,{k12:97,k22:2}),(1002,{k13:99,k23:1} INSERT into t_table_map VALUES (1000,map型数据);

期望结果

如何将map型数据插入到数据库中,代码怎么写?

已尝试的方法

...

展开
收起
游客hh4riu5awou3q 2022-08-17 14:32:31 140 分享 版权
2 条回答
写回答
取消 提交回答