Skip to navigation
How to copy data from one mssql table to another
07.12.13
example: INSERT INTO [dbname].[dbo].[tablename2] SELECT column1,column2 FROM [dbname].[dbo].[tablename1] WHERE column1= 'foo';
Reply
Anonymous
Information Epoch 1776904957
A language that doesn't affect the way you think is not worth knowing.
Home
Notebook
Contact us