mysql 字段 字符串转整形

cardNo  string "12306"  => cardNo int 123456

cast(cardNo as SIGNED INTEGER)

原文地址:https://www.cnblogs.com/zydtm/p/10142655.html