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

8 lines
124 B
MySQL
Raw Normal View History

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