Hi everyone I want to insert GuidId in my target table . It has the value upto 23 digits without any special chars in it. Ex: 20200106115423786445113. I got an expressionLEFT(REPLACE(REPLACE(REPLACE((DT_STR,30,1252)GETDATE(),"-",""),":",""),"",""),14)
this expression gives me the value up to 14 digits but I want upto 23 digits. I am struck here couldn't find any solution. please help me. TIA
↧