我有一个 bigint[] 列:
person
------
id | name | other_information
------------------------------
1 | Zé | {1,2,3}
2 | João | {1,3}
3 | Maria | {3,5}
我需要在 other_information 中选择 2 或 5 人。如何?
我有一个 bigint[] 列:
person
------
id | name | other_information
------------------------------
1 | Zé | {1,2,3}
2 | João | {1,3}
3 | Maria | {3,5}
我需要在 other_information 中选择 2 或 5 人。如何?