mysql与mssql的md5加密语句_MsSql

  • A+
所属分类:MSSQLSERVER


1. mysql的md5


    mysql存在系统函数md5(“xxxxx”);


2. mssql的md5


    mssql不存在系统函数,RIGHT(sys.fn_VarBinToHexStr(hashbytes('MD5', CAST(“xxxxx”))), 32);


  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: