Files
hospital-server/queries/update_patient.sql
2025-11-18 18:26:20 +03:00

4 lines
62 B
SQL

update patients
set full_name = $2, phone = $3
where id = $1;