sql >> Databasteknik >  >> RDS >> Sqlserver

Filtrera på Output-sats sql

insert into #tbl_temp
select col1
from
  (
    insert into tbl_1(col1,col2) 
    output Inserted.col1
    select col3, col4 
    from tbl_2
  ) as T
where T.col1 > 0



  1. Hur man sparar ett MySQL-frågeresultat till en .CSV-fil

  2. ScaleGrid PostgreSQL på VMware Cloud Infrastructure

  3. När *inte* ska man använda förberedda påståenden?

  4. Postgres:INFOGA om det inte redan finns