これはこれまでの私のSQLです:
select * from table where table.json_info @> '{"search_tags":["hello", "world"]}'
これは、行に BOTHがhello
ありworld
、search_tags
EITHER hello
ORを持つ行world
と、もちろん両方を持つ行を含める方法があるかどうか疑問に思っています。
ありがとうございます!
これはこれまでの私のSQLです:
select * from table where table.json_info @> '{"search_tags":["hello", "world"]}'
これは、行に BOTHがhello
ありworld
、search_tags
EITHER hello
ORを持つ行world
と、もちろん両方を持つ行を含める方法があるかどうか疑問に思っています。
ありがとうございます!