sql >> Database >  >> RDS >> Sqlserver

Invoegen in met meerdere subquery's als waarden

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


  1. SELECTEER DISTINCT Werkt niet Android SQLite

  2. Querysnelheid verbeteren:eenvoudige SELECT in grote postgres-tabel

  3. Escape-tabelnaam MySQL

  4. ORAKLE-PROCEDURE - AUTHID alleen toegestaan ​​op schemaniveau