[sqlite] how to realize md5 function

2015-04-15 Thread Simon Slavin
On 15 Apr 2015, at 2:19am, YAN HONG YE wrote: > sqlite> select md5('mm1234'); > Error: no such function: md5 http://www.swhistlesoft.com/blog/2011/01/07/54-sqlite-hashing-functions-library http://stackoverflow.com/questions/3179021/sha1-hashing-in-sqlite-how/3179047#3179047 Simon.

[sqlite] how to realize md5 function

2015-04-15 Thread YAN HONG YE
sqlite> select md5('mm1234'); Error: no such function: md5