日期查询语句
select * from tb_product where
createdate > to_date('2011-6-15','yyyy-MM-dd') - 1
and
createdate<=to_date('2011-6-16','yyyy-MM-dd') + 1
发布时间: 2012-08-30 09:55:54 作者: rapoo
日期查询语句
select * from tb_product where
createdate > to_date('2011-6-15','yyyy-MM-dd') - 1
and
createdate<=to_date('2011-6-16','yyyy-MM-dd') + 1