Execute this SQL

--Below SQL to generate MD5 of a string

select md5('test')

Copy code

Expand

Share link