Tabel Inline PostgreSQL

join (values (1, 101), (2, 202), (3, 303), (4, 304)) as map(zone_number, output_type_id)
on ...
Fine Falcon