检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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.
Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 -- 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
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.
On the Enhanced tab page displayed, locate the enhanced datasource connection to be deleted and click Delete in the Operation column. In the dialog box displayed, click Yes. Parent Topic: Managing Enhanced Datasource Connections
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.
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.
Sample Request 1 2 3 4 5 6 DELETE /?
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 /?
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
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.
Precautions When enable_access_server_directory is set to off, only the initial user is allowed to delete directory objects.
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.