6 lines
74 B
MySQL
6 lines
74 B
MySQL
|
SELECT id,
|
||
|
description,
|
||
|
backupPrinterFk
|
||
|
FROM vn.sector
|
||
|
WHERE id = ?
|