4 lines
74 B
MySQL
4 lines
74 B
MySQL
|
|
insert into patients ("full_name", "phone")
|
||
|
|
values($1,$2)
|
||
|
|
returning "id";
|