salix/print/templates/reports/entry-order/sql/entry.sql

9 lines
171 B
MySQL
Raw Normal View History

SELECT e.id,
e.invoiceNumber,
c.code companyCode,
t.landed
FROM entry e
JOIN travel t ON t.id = e.travelFk
JOIN company c ON c.id = e.companyFk
WHERE e.id = ?