salix/print/templates/reports/letter-debtor/sql/client.sql

13 lines
251 B
MySQL
Raw Normal View History

2020-09-25 12:45:00 +00:00
SELECT
c.id,
c.socialName,
c.street,
c.postcode,
c.city,
c.fi,
p.name AS province,
2024-04-26 08:26:20 +00:00
ct.name country
2020-09-25 12:45:00 +00:00
FROM client c
JOIN country ct ON ct.id = c.countryFk
LEFT JOIN province p ON p.id = c.provinceFk
WHERE c.id = ?