data_json为json类型,取出data_json中包含qty键的数据
select data_json->>'$.qty' from sys_user where data_json->>'$.qty' is not null LIMIT 100
data_json为json类型,取出data_json中包含qty键的数据
select data_json->>'$.qty' from sys_user where data_json->>'$.qty' is not null LIMIT 100