array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) string(13) "likecs_art_db" array(1) { ["query"]=> array(1) { ["match_all"]=> object(stdClass)#28 (0) { } } } array(1) { ["createtime.keyword"]=> array(1) { ["order"]=> string(4) "desc" } } int(10) int(0) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } oracle 查两个日期之间数据有多少条 - 爱码网

Select COUNT(*) from DPWEB.T_WEB_EVALUATE where CREATETIME >= to_date('2019-06-14 00:00:00','yyyy-mm-dd hh24:mi:ss')
and CREATETIME <= to_date('2019-06-15 00:00:00','yyyy-mm-dd hh24:mi:ss')

相关文章: