SQL Enregistrer Sélection dans la liste

Declare @t TABLE (Value INT)

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