Viewing 2 posts - 91 through 92 (of 92 total)
Took some help from a friend but the answer turned out to be simple
isnull(cast([OriginatingLeadId] as VARCHAR(36)),'NA')
when checking for NULL in a uniqueidentifier field you have to cast it as VARCHAR...
September 23, 2015 at 6:32 am
#1828748
As noted above if you have MS Access use that, very easy to do what you want with MS Access.
However you can do this
write a delete statement to remove...
June 10, 2015 at 2:48 pm
#1804516