oracle
Posted uuhh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle相关的知识,希望对你有一定的参考价值。
select
‘YJ015‘quotaCode,CONCAT(‘00-‘,to_char(sysdate-1/24,‘HH24‘)) timeQuantum,count(1) quotaPresent
from
T_INVOICE_HISTORY
where
INVOICESTATE=1
and
APPLYDATE <![CDATA[ >= ]]> ‘2018-12-21 00:00:00‘
and
APPLYDATE <![CDATA[ <= ]]> sysdate-1/24
以上是关于oracle的主要内容,如果未能解决你的问题,请参考以下文章