mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
3 lines
71 B
MySQL
3 lines
71 B
MySQL
|
insert into "user"(user_id, username)
|
||
|
values (1, 'alice'), (2, 'bob');
|