Categories
mysql

MySQL example of how to do an insert on a table

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

Leave a Reply

Your email address will not be published. Required fields are marked *