📅  最后修改于: 2022-03-11 15:05:17.104000             🧑  作者: Mango
Select * from external_patients where "patientId" = 55424;
Select * from patients where "patientId" = 55424;
Select * from patients where "firstName" like '%JohnDoe%';
Select * from users where "userId" = 12345;
etc.