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

postgresql -sql

时间:2019-09-25 10:49:31      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:pos   rom   sele   to_date   sel   where   lin   now()   res   

select * from task where to_date(deadline, ‘yyyymm‘)<to_date(‘201909‘, ‘yyyymmdd‘)//查询指定月份之前

 

 

 

select * from task where to_date(deadline, ‘yyyymmdd‘)<now()   //查询当前日期之前   

postgresql -sql

标签:pos   rom   sele   to_date   sel   where   lin   now()   res   

原文地址:https://www.cnblogs.com/cjb1/p/11582689.html

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