The SELECT INTO statement creates the new table by copying schema and other information that is not specific to the actual algorithm.
Syntax :
SELECT [column]INTO [new table]FROM [existing table]
Example :
SELECT * INTO dbo.NewShop FROM dbo.Shop
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment