问题描述
- postgresql中json[]字段如何使用
-
定义json[]字段后, 如何向里面插入数据呢?
比如, 我想存[{"id":1,"text":"添加"},{"id":2,"text":"修改"}]这样的数据,update question set options='[{"id":1,"text":"添加"},{"id":2,"text":"修改"}]'
options是json[]字段,
运行后返回:
错误: 缺少大小值
LINE 1: update question set option='[{"id":1,"text":"添加"},{"id":2,...
^********** 错误 **********
错误: 缺少大小值
SQL 状态: 22P02
字符:28
时间: 2024-11-08 18:25:05