sql把varchar转化为int型

select Max(convert(int,id))from member_Info;

原文地址:https://www.cnblogs.com/kongxc/p/7727835.html