--删除第一位

substring(ftpMobile,2,len(ftpMobile)-1)

--检查是否是数字

ISNUMERIC(ftpMobile) =0  含数字以外字符

ISNUMERIC(ftpMobile) =1 只有数字

05-27 20:21