检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 -- Delete all employees in a department from the EMP table. If the department has no employees, delete the department from the DEPT table.
If the department has no employees, delete the department from the hr.department table. gaussdb=# CREATE OR REPLACE PROCEDURE proc_cursor3() AS DECLARE V_DEPTNO NUMBER(4) := 100; BEGIN DELETE FROM hr.staffs WHERE section_id = V_DEPTNO; -- Proceed based
Deleting a Table Function Use the KuduClient.deleteTable(String name) method to delete a table object. Sample Code The code snippet for deleting a table is as follows: // Delete the table. client.deleteTable(tableName); Parent topic: Sample Code Description
Deleting a Table Function Use the KuduClient.deleteTable(String name) method to delete a table object. Sample Code The code snippet for deleting a table is as follows: // Delete the table. client.deleteTable(tableName); Parent topic: Sample Code Description
Locate a custom template to be deleted and click Delete in the Operation column. In the displayed dialog box, click OK. Parent topic: Rules
Deleting a department Locate the target department and click Delete in the Operation column. Click OK. NOTE: Before deleting a department, delete all its sub-departments. Or, the department cannot be deleted. Deleted departments cannot be restored.
Deleting a Backup Policy Function This API is used to delete the backup policy of a specific ID.
Deleting a Backup Policy Function This API is used to delete the backup policy of a specific ID.
Expired delete markers NOTE: An expired delete marker is the only single delete marker that remains after all historical versions of an object are deleted. Removing expired delete markers helps improve performance.
Sample Request 1 2 3 4 5 6 DELETE /?
Procedure API URI format: DELETE /V1.1/{project_id}/clusters/{cluster_id} For details, see Terminating a Cluster. Example request DELETE: https://{endpoint}/v1.1/{project_id}/clusters/{cluster_id} For details about {endpoint}, see Endpoints.
If Enterprise Edition VPN is available for the selected region, locate the target VPN and click Delete on the Classic page. In the displayed dialog box, click Yes. Parent topic: Classic VPN Management (LA-Mexico City1/LA-Sao Paulo1)
a single EVS disk and delete EVS disks in a batch
Sample Request 1 2 3 4 5 6 DELETE /?
Deleting an Application Scenarios This section describes how to delete an application or sub-application. Precautions When an application or sub-application contains groups, components, or sub-applications, it cannot be deleted.
Sample Request 1 2 3 4 5 6 DELETE /?
Function This API is used to delete an instance to release all the resources occupied by it. URI DELETE /v1.0/{project_id}/instances/{instance_id} Table 1 describes the parameters.
Examples Delete a query filtering rule named query_block. 1 2 DROP BLOCK RULE query_block; DROP BLOCK RULE IF EXISTS query_block; Parent Topic: DDL Syntax
Table 1 HTTP/HTTPS request method and URI Request Method URI DELETE /v1.0/apigw/envs/{id} The following table lists the parameter in the URI.
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete directory objects.