salix/print/templates/reports/previa-label/sql/sector.sql

9 lines
111 B
SQL

select
s.description
from
vn.collection c
join
vn.sector s
on
s.id = c.sectorFk
where c.id = ?