Files
hospital-server/queries/update_patient.sql

4 lines
62 B
MySQL
Raw Normal View History

2025-11-18 18:26:20 +03:00
update patients
set full_name = $2, phone = $3
where id = $1;