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