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

2 lines
41 B
MySQL
Raw Normal View History

2020-05-21 15:40:24 +00:00
DELETE FROM sensors
WHERE device_id = $1;