Files
hospital-server/queries/get_patient_by_id.sql

3 lines
40 B
MySQL
Raw Normal View History

2025-11-18 18:26:20 +03:00
select * from "patients"
where id = $1;