mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
3 lines
69 B
SQL
3 lines
69 B
SQL
insert into user(user_id, username)
|
|
values (1, 'alice'), (2, 'bob');
|