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

3 lines
40 B
SQL

select * from "patients"
where id = $1;