79381159

Date: 2025-01-23 13:13:24
Score: 0.5
Natty:
Report link

This is jsonb value in DB

column config contains {"topicId": [1, 2, 4]}

Now i search for any row with numbers: 1 and 4

select * from table where  (config->>'topicId')::jsonb@>'[1,4]'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: macieks