How to create table using select query in SQL Server?

select <column list> into <table name> from <source> where <whereclause>

Leave a Comment