SQL Insert Into Statement

Posted by Derek Dieter on SQL Server Planet See other posts from SQL Server Planet or by Derek Dieter
Published on Sun, 13 Jun 2010 22:54:19 +0000 Indexed on 2010/06/13 22:54 UTC
Read the original article Hit count: 183

Filed under:
The “insert into” statement is used in order to insert data into an existing table. The syntax for this is fairly simple. In the first section of the statement, you specify the table name and column names in which you are inserting data into. The second part is where the source of [...]

© SQL Server Planet or respective owner

Related posts about sql