4 lines
48 B
MySQL
4 lines
48 B
MySQL
|
|
delete from patients
|
||
|
|
where id = $1
|
||
|
|
returning *;
|