Skip to content
Robert Michels edited this page Jan 30, 2023 · 2 revisions

Common MySQL Queries

Add element

W3 Tutorial

INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...);

Clone this wiki locally