SQL Simpan Pilih ke dalam daftar

Declare @t TABLE (Value INT)

INSERT INTO @t (Value)
SELECT column FROM table
Blushing Bug