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

7 lines
136 B
MySQL
Raw Normal View History

2023-01-12 12:54:22 +00:00
SELECT
`s`.`description`
2023-01-12 12:54:22 +00:00
FROM
`vn`.`saleGroup` sg
2023-01-12 12:54:22 +00:00
JOIN `vn`.`sector` s ON `sg`.`sectorFk` = `s`.`id`
WHERE
`sg`.`id` = ?