2
T-SQLに三項条件演算子はありますか?
次のクエリを実装する代替方法は何ですか。 select * from table where isExternal = @type = 2 ? 1 : 0
112
sql-server
tsql