jeffsturgeon2002
Programmer
I'm hoping its just a matter of syntax wording ... Which I'm still learning ...
Is it possible to add an ISNULL to this code?
Typically, I use:
When I tried to get add an ISNULL to the code, it gave me the following remark: "The isnull function requires 2 arguments.
Is it possible to add an ISNULL to this code?
Code:
CONVERT(varchar,pp.Birthdate,101) AS Birthdate,
Typically, I use:
Code:
ISNULL(pp.Birthdate,'') AS Birthdate,
When I tried to get add an ISNULL to the code, it gave me the following remark: "The isnull function requires 2 arguments.