2 lines
51 B
MySQL
2 lines
51 B
MySQL
|
DELETE FROM temperatures
|
||
|
WHERE temperature_id = $1;
|