SQL speichern in der Liste
Declare @t TABLE (Value INT)
INSERT INTO @t (Value)
SELECT column FROM table
Blushing Bug
Declare @t TABLE (Value INT)
INSERT INTO @t (Value)
SELECT column FROM table