IT How Tos

Home

About

Sitemap

Contact

How to Insert into a SQL Table

Command

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

Reference