Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのパラメーターを検索関数に渡しています。これらのパラメーターが空の場合はすべてのレコードを返し、存在する場合はこれらのパラメーターに一致するレコードを返す単一のクエリが必要です。
みたいな状態…
Where ISNULL(@Param1,Field1)=Field1 and ISNULL(@Param2,Field2)=Field2