You can fix your initial attempt like this:
SELECT md5(random()::text);
Much simpler than some of the other suggestions. 🙂
You can fix your initial attempt like this:
SELECT md5(random()::text);
Much simpler than some of the other suggestions. 🙂