IsNull を使用できます
where some_column = IsNull(@yourvariable, 'valueifnull')
編集 :
コメントで説明したことは、次のように行うことができます:
where (@code is null or code = @code)
IsNull を使用できます
where some_column = IsNull(@yourvariable, 'valueifnull')
編集 :
コメントで説明したことは、次のように行うことができます:
where (@code is null or code = @code)