Could someone please tell me how to encrypt and empty string in the below code:
CASE
WHEN field = 'USA' THEN EncryptByKey(Key_GUID('Supplimental_01'),'') end
The original statemen would be:
CASE
WHEN field = 'USA' THEN '' END
I need the result to encrypt the '' and with the way I have it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.