标签: firebird
在Postgres中很容易:
update users set salt = md5(random()::text);
但是你会如何在Firebird上做到这一点?我认为解决方案在于这些功能的组合: