[4571][SQL Server][T-SQL]sql "not in"的注意事項

[4571][SQL Server][T-SQL]sql "not in"的注意事項

SQL:select * from TRCARR where CARR_CD not in ('')
可以執行


但SQL:select * from TRCARR where CARR_CD not in ()
無法執行,原本以為這樣的語法等同於select * TRCARR,但實際上語法並不被接受