Files
2024-02-12 21:07:48 +01:00

5 lines
91 B
SQL

insert into testtab values
("John Smith", 22),
("Jane Doe", 55),
("Billy Bob Butler", 18);