当前位置:网站首页>oracle分区的相关操作
oracle分区的相关操作
2022-04-23 06:05:00 【旺财2】
查看分区内的数据
select count(1) from 表名 partition(分区名);
查看子分区内的数据
select count(1) from 表名 subpartition(分区名);
删除分区(操作后,分区和分区内的数据都没有了)
ALTER TABLE 表名 DROP PARTITION 分区名 update global indexes;
删除子分区(操作后,子分区和子分区内的数据都没有了)
ALTER TABLE 表名 DROP SUBPARTITION 子分区名 update global indexes;
truncate分区(操作后,分区内的数据没有了,但是分区还在)
ALTER TABLE 表名 TRUNCATE PARTITION 分区名 update global indexes;
truncate子分区(操作后,子分区内的数据没有了,但是子分区还在)
ALTER TABLE 表名 TRUNCATE SUBPARTITION 子分区名 update global indexes;
版权声明
本文为[旺财2]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wdyliuxingfeiyang/article/details/121488746
边栏推荐
- Redis practice notes and source code analysis
- Prometheus的relabel_configs和metric_relabel_configs解释及用法示例
- Abnormal record-12
- Thanos Compact组件测试总结(处理历史数据)
- Try catch cannot catch asynchronous errors
- oracle计算两日期相差多少秒,分钟,小时,天
- Kubernetes CoreDNS常见问题资料参考
- Dolphinscheduler集成Flink任务踩坑记录
- How does thanos configure different data retention durations for different tenants
- Information:2021/9/29 10:01 - Build completed with 1 error and 0 warnings in 11s 30ms Error异常处理
猜你喜欢

Dolphinscheduler源码包src.tar.gz解压问题

Problems related to Prometheus cortex using block storage

Dolphinscheduler集成Flink任务踩坑记录

qs. In the stringify interface, the input parameter is converted into a & connected string (with the application / x-www-form-urlencoded request header)

实践使用PolarDB和ECS搭建门户网站

冬季实战营 动手实战-初识上云基础,动手实操ECS云服务器新手上路 领鼠标 云小宝 背包 无影

Winter combat camp hands-on combat - MySQL database rapid deployment practice lead mouse cloud Xiaobao

Redis practice notes and source code analysis

Memcached source code analysis

Build an OSS based image sharing website - polite feedback
随机推荐
Kubernetes CoreDNS常见问题资料参考
RAC环境集群组件gipc无法正确识别心跳网络状态问题分析
switch case时连写常规判断表达式的错误 case和if并用 l
Relabel of Prometheus_ Configs and metric_ relabel_ Configs explanation and usage examples
Exception record-14
冬季实战营 动手实战-初识上云基础,动手实操ECS云服务器新手上路 领鼠标 云小宝 背包 无影
Abnormal record-12
OVS and OVS + dpdk architecture analysis
Try catch cannot catch asynchronous errors
Exception record-6
异常记录-8
Dolphinscheduler调度sql任务建表时The query did not generate a result set异常解决
异常记录-5
Prometheus的relabel_configs和metric_relabel_configs解释及用法示例
Construire un blog Cloud basé sur ECS (bénédiction sur le Code Cloud Xiaobao, explication détaillée de la tâche iphone13 gratuite)
Virtio and Vhost_ Net introduction
Abnormal record-11
js 格式化当前时间 日期推算
Prometheus Cortex架构概述(水平可扩展、高可用、多租户、长期存储)
异常记录-10