Код: Выделить всё
123Код: Выделить всё
create table test(rules)as values('{"ids": ["123", "456"]}'::jsonb)
,('{"ids": ["123", "777"]}')
,('{"ids": ["999", "456"]}')
,('{"ids": ["999", "777"]}');
Код: Выделить всё
java.lang.IllegalArgumentException:
Mixing of ? parameters and other forms like ?1 is not supported!
< /code>
< /blockquote>
Как я могу выполнить требуемый проверку, учитывая этот фактор? Я попытался использовать jsonb_exists_any Подробнее здесь: https://stackoverflow.com/questions/794 ... tive-query
Мобильная версия