Subject md5sum
Author Michal Žeravík
Hi,

this is a slight OT, but it would really help.
I need to use md5sum from rfunc, but don't know how:
INSERT INTO mytable (id,hash,name) VALUES (21,md5sum('passw'),'john');
doesn't work. I have registered function, but what next?

Michal