Tabel1 and Table 2
select p.id,q.description from table1 p join table2 q on q.control_number in unnest(p.results.control_number)
When I process this I\'m getti