IT How Tos

Home

About

Sitemap

Contact

How to Insert into a Sql table

Example

INSERT INTO database.table_name (Column1, Column 2....)
VALUES (value1, value2, ...);

Reference

Further