PKGBUILD/pkg/repository/db/sqlite3/updateDevice.sql

7 lines
106 B
MySQL
Raw Normal View History

2020-05-21 15:40:24 +00:00
UPDATE device
SET
device_name = $1,
device_location = $2,
creation_date = $3
WHERE
device_id = $4,