2 lines
43 B
MySQL
2 lines
43 B
MySQL
|
DELETE FROM devices
|
||
|
WHERE device_name = $1;
|