mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-13 14:45:09 +00:00
6 lines
129 B
SQL
6 lines
129 B
SQL
INSERT INTO
|
|
users (first_name, last_name)
|
|
VALUES
|
|
('Максим', 'Кузнецов'),
|
|
('Игорь', 'Симдянов');
|