insert into mytable (columns)
select somevalue, somevalue, a.id, b.id, c.id
from
othertable1 a
cross join othertable2 b
cross join othertable3 c
where
a ... condition
b ... condition
c ... condition
insert into mytable (columns)
select somevalue, somevalue, a.id, b.id, c.id
from
othertable1 a
cross join othertable2 b
cross join othertable3 c
where
a ... condition
b ... condition
c ... condition
Zdefiniuj kroki dla kursora SQL Server — samouczek SQL Server / TSQL
Konwertuj liczbę całkowitą na listę dni tygodnia
Generuj skrypt w SQL Server Management Studio
Kiedy musimy używać NVARCHAR/NCHAR zamiast VARCHAR/CHAR w SQL Server?
Pytania dotyczące wydajności dotyczące zależności pamięci podręcznej SQL