c076df41c6
git-subtree-dir: lsqlthw-remnants git-subtree-mainline:01e5a4e45f
git-subtree-split:45ac55d14c
6 lines
125 B
SQL
6 lines
125 B
SQL
INSERT INTO person_pet (person_id, pet_id)
|
|
VALUES (1, 2);
|
|
|
|
INSERT INTO person_pet (person_id, pet_id)
|
|
VALUES (1, 3);
|