查询两个日期(时间)以内的数据,between and 或 and 连>= <=,to_date()

between and 方法

  1. select * from kk.kkhmd where larq between(to_date('2008-9-3','yyyy-mm-dd')) and (to_date('2008-9-5','yyyy-mm-dd'))

用and连接 >= <= 方法

    1. select * from kk.kkhmd where larq>=to_date('2008-9-3','yyyy-mm-dd') and larq <=to_date('2008-9-5','yyyy-mm-dd')

转载至:http://heisetoufa.iteye.com/blog/239718

上一篇:Flask and uWSGI - unable to load app 0 (mountpoint='') (callable not found or import error)


下一篇:2017年最好的JavaScript库