Mega Code Archive
Categories
/
MSSQL Tutorial
/
Insert Delete Update
The syntax of the INSERT statement for inserting a single row
INSERT [INTO] table_name [(column_list)] [DEFAULT] VALUES (expression_1 [, expression_2]...)