As you know , in MySQL we have HEX & UNHEX, for example when I write like this :
select hex("Ali");
the convert result is : 416C69
and the unhex is like this : select unhex("416C69");
In MSSQL I can't convert this, could you please give me an example for both of them ???
Thanks a lot ...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…