Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 07:40
Show Gist options
  • Save cray0000/3817089 to your computer and use it in GitHub Desktop.
Save cray0000/3817089 to your computer and use it in GitHub Desktop.
L6. Вставка новых строк в таблицу.
INSERT INTO users (name, age)
VALUES ('Вася', 20), ('Петя', 30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment