在SQL中如何将十进制的值转换为十六进制的字符串显示出来?

答案如下:

Select master.dbo.fn_varbintohexstr(-2147024809)

原文地址:https://www.cnblogs.com/awpatp/p/2076040.html