How To Create A Table From a Select Statement Using T-Sql In SQL Server



TODO:

Have you ever wanted to create a table from a SELECT statement in SQL Server?

 

SOLUTION:

SELECT * INTO MyTable_TMP
FROM MyTable

 

NOTES:

There are no notes on this topic.



Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading