mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-01 14:21:06 +00:00
3 lines
69 B
SQL
3 lines
69 B
SQL
insert into user(user_id, username)
|
|
values (1, 'alice'), (2, 'bob');
|