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.
我有一个 md5 哈希,我需要与 mysql 表中的值进行比较。
存储在表中的某个字段是某个值。传递的字符串是某个值的 md5。
有没有mysql命令
select * from table where md5 value of somefiled = md5string
SELECT * FROM table WHERE md5(somefield)='16t1gu6g216g21g...'