-- 查询 prop 数组包含 [212, 305] 这个连续子数组的记录 SELECT * FROM "config_pet_melee" WHERE prop @> '[212, 305]'::jsonb AND jsonb_typeof(prop) = 'array' LIMIT 50;