6 lines
81 B
MySQL
6 lines
81 B
MySQL
|
SELECT
|
||
|
io.id,
|
||
|
io.ref,
|
||
|
io.issued
|
||
|
FROM invoiceOut io
|
||
|
WHERE io.id = ?
|