按日期查询
Posted wdbupt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了按日期查询相关的知识,希望对你有一定的参考价值。
1.select * from [table] where [date]=to_date(‘2018-10-11‘,‘yyyy-mm-dd‘); //查询2018.10.11日
2.hh24:mi:ss select * from [table] where [date]=to_date(‘2018-10-11 00:00:00‘,‘yyyy-mm-dd hh24:mi:ss‘); //查询2018.10.11 00:00:00日
以上是关于按日期查询的主要内容,如果未能解决你的问题,请参考以下文章