Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
As the case statement is the usual go to, you could try the case statement as below.
sum(case when sc.numberofprocedures is null then 1 else sc.numberofprocedures end)
August 11, 2021 at 7:18 pm
#3918911
Since all the dates have the wording 'Date of Hire' in front of the date, look for that.
Quick example as below.
declare @string varchar(150)
set @string = 'xxxxxxxx - Date of Hire...
August 11, 2021 at 7:10 pm
#3918910