Copy table in another table in SQL Server

Categories: SQL Server
SELECT *
INTO <Copy_TABLE>
FROM <Original_TABLE>
«
»

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.