// sql语句 中把varchar类型转换成int select * from tableName order by cast(result as SIGNED INTEGER) asc;
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql语句 中把varchar类型转换成int相关的知识,希望对你有一定的参考价值。
// sql语句 中把varchar类型转换成int select * from tableName order by cast(result as SIGNED INTEGER) asc;
以上是关于sql语句 中把varchar类型转换成int的主要内容,如果未能解决你的问题,请参考以下文章
SQL用交叉报表时报错:在将 varchar 值 'then result else 0 end)' 转换成数据类型 int 时失败。