会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
草根级
博客园
首页
新随笔
联系
订阅
管理
2017年8月7日
mysql 中的 not like 另一种简化方法。
摘要: 第一种 not like 方法 select * from table where `zongbu` not like '%北京%' and `zongbu` not like '%上海%' and `zongbu` not like '%深圳%' and `zongbu` not like '天津
阅读全文
posted @ 2017-08-07 17:47 Func~
阅读(5054)
评论(0)
推荐(0)
编辑
mysql 中的日期格式。date_format( ) 转换格式
摘要: date_format( ) 转换格式 :
阅读全文
posted @ 2017-08-07 10:37 Func~
阅读(12422)
评论(0)
推荐(1)
编辑
公告