salix/print/templates/reports/invoice/sql/tickets.sql

7 lines
120 B
MySQL
Raw Normal View History

2021-02-24 06:51:05 +00:00
SELECT
t.id,
t.shipped,
t.nickname
FROM invoiceOut io
JOIN ticket t ON t.refFk = io.ref
WHERE io.id = ?