mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
4 lines
115 B
MySQL
4 lines
115 B
MySQL
|
INSERT INTO testing.users(email, first_name, last_name, username)
|
||
|
VALUES ($1, $2, $3, $4)
|
||
|
RETURNING $table_fields;
|