Hi Lars
Thanks for your reply
I need to implement MD5 Function in HANA using SQLScript.
I find a code writing in T-SQL and i want to convert it into HANA
I couldn't unfortunately convert those function ( add , bitrol and FF )
for example for bit rotation left we can simply write in MySQL select 10 << 2 for example, but in HANA I didn't find q solution to shift bit to left
Thanks