会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dancser
博客园
首页
新随笔
联系
管理
订阅
2020年9月8日
Postgresql 字符串转整型数值之后进行排序
摘要: 1、字符串转Integer SELECT CAST (title as integer) FROM xxx where code='-1'; 2、字符串转整型之后排序 ordey by cast(unit as integer)
阅读全文
posted @ 2020-09-08 17:09 dancser
阅读(2153)
评论(1)
推荐(0)
公告