SQL Guardar seleccionar en la lista

Declare @t TABLE (Value INT)

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