7 lines
166 B
SQL
7 lines
166 B
SQL
INSERT INTO t (s, i, j) VALUES
|
|
("this_is_test1", 1, 1),
|
|
("this_is_test2", 2, 2),
|
|
("this_is_test3", 3, 3),
|
|
("this_is_test4", 4, 4),
|
|
("this_is_test5", 5, 5);
|