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