码迷,mamicode.com
首页 > 数据库 > 详细

postgresql数据库-number类型模糊查询

时间:2020-04-11 00:31:11      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:两种   rom   sele   ||   方式   org   char   ike   post   

这两种方式都是可以的:

select * from aaa a where  a.org_code ||‘‘ like ‘86%‘;--推荐使用这种,简单,一看就是高手写出来的

select * from aaa  where  1=1 and cast(org_code as varchar(10)) like ‘%1%‘;

postgresql数据库-number类型模糊查询

标签:两种   rom   sele   ||   方式   org   char   ike   post   

原文地址:https://www.cnblogs.com/dongyaotou/p/12677071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!