Home Forums SQL Server 7,2000 T-SQL Convert my syntax - Oracle SQL to MS SQL Server RE: Convert my syntax - Oracle SQL to MS SQL Server

  • in mssql also its "NOT IN" but it can be used only for a single field.

    select * from table1 where (f1) not in (select f1 from table2 )

    "Keep Trying"