检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Deleting a Database (Discarded) Function This API is used to delete an empty database. If there are tables in the database to be deleted, delete all tables first. For details about the API used to delete tables, see Deleting a Table (Discarded).
You cannot delete databases that contain tables. To delete a database containing tables, delete the tables first. In the displayed dialog box, click Yes. Parent topic: Managing Database Resources on the DLI Console
Deleting a Partition Function This statement is used to delete one or more partitions from a partitioned table. Partitioned tables are classified into OBS tables and DLI tables.
Deleting a Partition Function This statement is used to delete one or more partitions from a partitioned table. Partitioned tables are classified into OBS tables and DLI tables.
Deleting a Global Variable Function This API is used to delete a global variable. Only the user who creates a global variable can delete the variable.
Deleting an Elastic Resource Pool Function This API is used to delete an elastic resource pool.
Deleting a Template Function This API is used to delete a template. A template used by jobs can also be deleted.
Deleting Datasource Authentication Function This API is used to delete datasource authentication.
Deleting a Job Function This API is used to delete a Flink job at any state. The job records will not be deleted.
The following is an example of the URL containing the query parameter: DELETE /v2.0/{project_id}/resources/{resource_name}?group={group} Request None Response Code 200 is returned if you successfully delete a resource package.
Deleting a Cluster (Discarded) Function This API is used to delete a specified cluster.
Deleting a Scheduled CU Change Function This API is used to delete a scheduled CU change for a queue with a specified ID.
Deleting a Table Function This API is used to delete a specified table.
Clearing Data Function This statement is used to delete data from the DLI or OBS table.
Clearing Data Function This statement is used to delete data from the DLI or OBS table.
Deleting a Role Function This statement is used to delete a role in the current database or a specified database. Syntax 1 DROP ROLE [db_name].role_name; Keywords None Precautions The role_name to be deleted must exist in the current database or the specified database.
Deleting a Role Function This statement is used to delete a role in the current database or a specified database. Syntax 1 DROP ROLE [db_name].role_name; Keywords None Precautions The role_name to be deleted must exist in the current database or the specified database.
Locate the route to be deleted and click Delete in the Operation column. In the dialog box displayed, click OK.
Locate the row where the target queue locates and click Delete in the Operation column. Figure 1 Deleting a Queue If Delete in the Operation column is gray, the current user does not have the permission of deleting the queue.
Run the following statement to delete database testdb if it exists: 1 DROP DATABASE IF EXISTS testdb; Parent topic: Databases