项目中遇到,记录一下。 查询 查询字段所有json串中某个字段的值 SELECT json_array_elements(column_name)::json->>'valueName' FROM table_name;