sql where field is null or empty or 0 code example Example: sql check for null and empty string IF ISNULL(@param) OR @param = '' THEN doSomething...