mysql will field a column all lowercase

UPDATE `table` SET pwd = LOWER(pwd)

Guess you like

Origin www.cnblogs.com/crazygentleman/p/11118417.html