79192470

Date: 2024-11-15 13:04:22
Score: 0.5
Natty:
Report link

Replace YOURFIELD with your field. And you can omit the ISNULL part if you like.

 SELECT ISNULL(CAST(CAST(YOURFIELD AS VARBINARY(MAX)) AS
 NVARCHAR(MAX)),'NA') AS YOURFIELD FROM YOURTABLE
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MTMDev