I have an SQL query
select t.id as id, t.color as color from test_data t where t.id = ANY(?1) and t.color=?2
how can I pass an array of value