2022-08-02 14:38:12 -07:00

3 lines
71 B
SQL

insert into "user"(user_id, username)
values (1, 'alice'), (2, 'bob');