Copy a View into a Table

A simple way to copy data from a view to a table:

SELECT * INTO {Table} FROM {View}

Leave a Reply