摘要: --Postgres Json(b) int array contains any of array values SELECT '[1, 2, 3, 4]'::jsonb @> '3'::jsonb OR '[1, 2, 3, 4]'::jsonb @> '5'::jsonb as result; 阅读全文
posted @ 2021-06-22 11:48 PanPan003 阅读(178) 评论(0) 推荐(0)