0
1
Fork 0
hedera-web-mindshore/rest/dms/invoice.sql

6 lines
117 B
SQL

SELECT CONCAT_WS('/', c.pdfsDir, invoiceGetPath(#invoice))
FROM config c
JOIN myInvoice i
WHERE i.id = #invoice