You can use following to get data to new table:
select ... into new_table_name from db_name.schema.table_name where ...