Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Postgres 中很容易:
update users set salt = md5(random()::text);
但是你将如何在 Firebird 上做到这一点?我认为解决方案在于这些功能的组合: