SQL-Life
Friday, May 4, 2012
Copy one Column data from one table to other table in SQL Server
INSERT
INTO
NewTable
ColumnName
SELECT
ColumnName
FROM
OldTable
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment