[Racine des codes]
[Page précédente]
MS-SQL - select into with union
/SQL/MS-SQL - select into with union.sql
SELECT 1 AS foo
INTO #tmpTable
UNION
SELECT 2
[edit]