检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
For example, if you have configured ICAgent structuring parsing for a log stream and want to configure cloud structuring parsing for it, delete the existing ICAgent structuring parsing configuration first. For details, see Figure 1.
For example, if you have configured ICAgent structuring parsing for a log stream and want to configure cloud structuring parsing for it, delete the existing ICAgent structuring parsing configuration first. For details, see Figure 1.
Constraints To ensure the integrity of backup data, do not delete disk data or restart or stop the FlexusX instance during the backup. Prerequisites The FlexusX instance is associated with a backup vault. For details, see Associating a FlexusX Instance with a Backup Vault.
CLOSE C2; END; / ANONYMOUS BLOCK EXECUTE -- Delete the temporary table. gaussdb=# DROP TABLE integerTable1; DROP TABLE gaussdb=# DROP TABLE integerTable2; DROP TABLE Parent topic: Cursors
Storage engine Row store Stores tables by row, which is recommended in the point query and a scenario with many add, delete, and modify operations. Transaction Transaction block Explicitly starts a transaction.
Select the target product and click Delete in the Operation column. Figure 4 Deleting a product Confirm the product information and click OK. Parent topic: Managing Products
How Do I Delete My Instance? For pay-per-use instances, see Deleting a DB Instance. For yearly/monthly instances, see Unsubscribing a Yearly/Monthly DB Instance.
You can delete the GPG public key when you do not need it. If the public key fails to be added, check whether there are redundant spaces before and after the public key or whether it has already been added. Parent topic: Environment and Personal Settings
END; / -- Call the stored procedure proc_return. openGauss=# CALL proc_return(); -- Delete the stored procedure. openGauss=# DROP PROCEDURE proc_staffs; openGauss=# DROP PROCEDURE proc_return; -- Create the function func_return. openGauss=# CREATE OR REPLACE FUNCTION func_return
EXECUTE IMMEDIATE 'alter table sections_t1 rename section_name to ' || new_colname; END; / -- Query data. openGauss=# SELECT * FROM sections_t1; -- Delete the table. openGauss=# DROP TABLE sections_t1; Parent topic: Dynamic Statements
If execution succeeds, the parameter setting may be left blank. job_id No String Job ID. job_type No String Job type, including DDL, DCL, IMPORT, EXPORT, QUERY, INSERT, DATA_MIGRATION, UPDATE, DELETE, RESTART_QUEUE and SCALE_QUEUE.
Click Delete in the Operation column. In the dialog box that is displayed, click OK. The view is deleted. Parent Topic: Resource Management
They are retained until you delete them manually. Regions and AZs A region and availability zone (AZ) identify the location of a data center. You can create resources in a specific region and AZ. Regions are defined by their geographical location and network latency.
Billing Termination If you no longer need a cloud service resource, you can unsubscribe from or delete it to stop the billing. For details, see Billing Termination.
You can clone, modify, or delete a security group. If the security group you created does not meet your requirements, you can modify its inbound and outbound rules. After the rules are configured, click OK. For details, see Configuring Security Group Rules.
In the displayed dialog box, click OK to delete the displayed metrics.
You can view the details of an API version, or delete or publish a version. You can also select two versions and click Compare Version to compare them. Figure 3 Managing API versions Parent topic: Managing APIs
Operations like Delete, Drop, and Truncate only remove data logically, not physically, resulting in additional junk files. Post-merging of data files, the outdated data remains unerased, further contributing to junk file accumulation.
Examples 1 2 3 4 5 6 7 8 9 -- Create my_server. gaussdb=# CREATE SERVER my_server FOREIGN DATA WRAPPER log_fdw; -- Change the name of an external service. gaussdb=# ALTER SERVER my_server RENAME TO my_server_1; -- Delete my_server_1. gaussdb=# DROP SERVER my_server_1; Helpful
This document describes how to use application programming interfaces (APIs) to create, query, and delete instance and rules. For details about all supported operations, see API. Before calling DBSS APIs, ensure that you have understood the concepts related to DBSS.