salix/print/templates/reports/balance-compensation/sql/company.sql

7 lines
89 B
MySQL
Raw Normal View History

2022-11-02 14:54:23 +00:00
SELECT
s.name,
s.nif,
s.street,
s.city
FROM supplier s
WHERE s.id = 442;