MySQL Crash Course

INSERT

INSERT adds a single row to a table. See Chapter 19, "Inserting Data," for more information.

• Input

INSERT INTO tablename [(columns, ...)] VALUES(values, ...);

Категории