4 lines
83 B
MySQL
4 lines
83 B
MySQL
|
|
INSERT INTO elements (id, template_id, name) VALUES
|
||
|
|
(1, 1, 'el1'),
|
||
|
|
(2, 1, 'el2');
|