ClickHouse 数据库 删除表中数据 Mysql 删除数据
下面2句话,上一句话可以看看将要删除的数据,下一句话直接删除这些数据。select * from cl_grid_fwi_forecast_hourly_data cgffhdwhere update_time= '2021-10-28 22:00:00';ALTERtable cl_grid_fwi_forecast_hourly_data deletewhere update_time= '2
·
ClickHouse
下面2句话,上一句话可以看看将要删除的数据,下一句话直接删除这些数据。
select * from cl_grid_fwi_forecast_hourly_data cgffhd where update_time = '2021-10-28 22:00:00';
ALTER table cl_grid_fwi_forecast_hourly_data delete where update_time = '2021-10-28 22:00:00';
Mysql
DELETE FROM forest_fire_chongli.alg_national_fire_risk_current_hourly_data where data_time='2021-12-23 00:00:00';
![Logo](https://devpress.csdnimg.cn/79de2bf0b7994defa4242ef90d5513fa.jpg)
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)