检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Deleting a Level-2 Partition from a Level-2 Partitioned Table You can run ALTER TABLE DROP SUBPARTITION to delete a level-2 range or list partition from a level-2 partitioned table.
Deleting a Level-2 Partition from a Level-2 Partitioned Table You can run ALTER TABLE DROP SUBPARTITION to delete a level-2 range or list partition from a level-2 partitioned table.
You can delete several rows that match the specified condition or delete all the rows from a table.
You can delete several rows that match the specified condition or delete all the rows from a table.
For example, delete the partition date_202005 from the range partitioned table range_sales by specifying the partition name and update the global index.
For example, delete the partition date_202005 from the range partitioned table range_sales by specifying the partition name and update the global index.
DBE_PLDEBUGGER.delete_breakpoint During debugging on the debug end, call delete_breakpoint to delete the existing breakpoint.
DBE_PLDEBUGGER.delete_breakpoint During debugging on the debug end, call delete_breakpoint to delete the existing breakpoint.
DBE_PLDEBUGGER.delete_breakpoint During debugging on the debug end, call delete_breakpoint to delete the existing breakpoint.
statements (unit: μs). max_delete_elapse bigint Maximum response time of DELETE statements (unit: μs). min_delete_elapse bigint Minimum response time of DELETE statements (unit: μs). avg_delete_elapse bigint Average response time of DELETE statements (unit: μs).
statements (unit: μs). max_delete_elapse bigint Maximum response time of DELETE statements (unit: μs). min_delete_elapse bigint Minimum response time of DELETE statements (unit: μs). avg_delete_elapse bigint Average response time of DELETE statements (unit: μs).
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete the directory object.
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete the directory object.
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete the directory object.
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete the directory object.
Locate a stopped DR task and click Delete in the Operation column. In the displayed dialog box, confirm the information and click Yes. Parent Topic: Disaster Recovery Management
DBE_PLDEBUGGER.delete_breakpoint During debugging on the debug end, call delete_breakpoint to delete the existing breakpoint, as described in Table 1.
DBE_PLDEBUGGER.delete_breakpoint During debugging on the debug end, call delete_breakpoint to delete the existing breakpoint, as described in Table 1.
statements (unit: μs). max_delete_elapse bigint Maximum response time of DELETE statements (unit: μs). min_delete_elapse bigint Minimum response time of DELETE statements (unit: μs). avg_delete_elapse bigint Average response time of DELETE statements (unit: μs).
Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 -- Delete all employees in a department from the hr.staffs table. If the department has no employees, delete the department from the hr.sections table.