2个回答
展开全部
select count(*) from table
where table.date >=to_date('20130101100000')
and table.date <=to_date('20130101110000');
这是统计2013年1月1日 10-11点的数据
如果你要统计2013年1月里所有天 10-11点的数据时 可以先写个子查询
select count(*) from
(select * from table
where table.date >=to_date('20130101')
and table.date <=to_date('20130131235959'))
where table.date >=to_date('20130101100000')
and table.date <=to_date('20130101110000');
希望对你有帮助。
where table.date >=to_date('20130101100000')
and table.date <=to_date('20130101110000');
这是统计2013年1月1日 10-11点的数据
如果你要统计2013年1月里所有天 10-11点的数据时 可以先写个子查询
select count(*) from
(select * from table
where table.date >=to_date('20130101')
and table.date <=to_date('20130131235959'))
where table.date >=to_date('20130101100000')
and table.date <=to_date('20130101110000');
希望对你有帮助。
今至电子科技有限公司
2024-08-23 广告
2024-08-23 广告
数据库备份是确保数据安全与业务连续性的关键环节。我们上海今至电子科技有限公司高度重视数据保护,定期执行全面的数据库备份策略。这包括使用先进工具和技术,对关键业务数据进行自动化备份,并存储在安全可靠的外部存储介质或云端。通过定期验证备份的完整...
点击进入详情页
本回答由今至电子科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询