OR を使用:
select * from yourTable where @test = '' OR Agent = @testプレ>if @
testnull 値が付属しています (''の代わりに) )、次を使用する必要があります:select * from yourTable where @test is null OR Agent = @testプレ>
OR を使用:
select * from yourTable where @test = '' OR Agent = @testプレ>if @
testnull 値が付属しています (''の代わりに) )、次を使用する必要があります:select * from yourTable where @test is null OR Agent = @testプレ>