salix/print/templates/reports/incoterms-authorization/sql/client.sql

10 lines
167 B
SQL

SELECT
c.id,
c.socialName,
c.name,
c.fi,
c.street,
cty.name country
FROM client c
JOIN country cty ON cty.id = c.countryFk
WHERE c.id = ?