检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • Billing Overview - Elastic Cloud Server

          Billing Overview - Elastic Cloud Server

          Stopping Billing If you no longer need to use your cloud service, you can unsubscribe from or delete it to stop the billing. For details, see Billing Termination. Managing Costs You can allocate, analyze, and optimize costs to save more money. For details, see Cost Management.

          Help > Elastic Cloud Server > Billing
        • User Management - Data Admin Service

          User Management - Data Admin Service

          In the user list, locate the user you want to delete and click Delete. In the displayed dialog box, click Yes. Parent topic: Account Management

          Help > Data Admin Service > User Guide > DDS > Account Management
        • Overview - Data Admin Service

          Overview - Data Admin Service

          Delete Logs: Deletes logs. Deleted logs cannot be recovered. Exercise caution when performing this operation. Parent topic: Keyspace Management

          Help > Data Admin Service > User Guide > GeminiDB Cassandra API > Keyspace Management
        • START TRANSACTION - GaussDB(DWS)

          START TRANSACTION - GaussDB(DWS)

          NOTE: The isolation level of a transaction cannot be reset after the first clause (INSERT, DELETE, UPDATE, FETCH, COPY) for modifying data is executed in the transaction. READ COMMITTED: Only committed data is read. The default value is READ COMMITTED.

          Help > GaussDB(DWS) > SQL Syntax Reference (9.1.0.x) > TCL Syntax
        • Installing Docker - Huawei Cloud EulerOS

          Installing Docker - Huawei Cloud EulerOS

          # Change the version of the nginx image from latest to v1. docker tag nginx:latest nginx:v1 View existing images. docker images Forcibly delete an image. docker rmi -f nginx:v1 Manage containers. Start a container. # Create and start a container from an image.

          Help > Huawei Cloud EulerOS > Best Practices
        • Connecting to Other Cloud Vendors - Cloud Operations Center

          Connecting to Other Cloud Vendors - Cloud Operations Center

          Locate the target account and click Delete in the Operation column. Click OK. The account is deleted. Parent topic: Resource Management

          Help > Cloud Operations Center > User Guide > Resource Management
        • Managing Cross-account Resources - Cloud Operations Center

          Managing Cross-account Resources - Cloud Operations Center

          Click Delete in the Operation column. Click OK. The view is deleted. Parent topic: Resource Management

          Help > Cloud Operations Center > User Guide > Resource Management
        • Modifying a Parameter - Cloud Operations Center

          Modifying a Parameter - Cloud Operations Center

          Expired Delete: Once enabled, you can set the deletion time for a parameter. The parameter will be automatically deleted when it expires. Deletion Time: The value can be Absolute Time or Relative Time. Absolute Time: Select a date and time.

          Help > Cloud Operations Center > User Guide > Automated O&M > Parameter Center
        • Transaction - GaussDB

          Transaction - GaussDB

          Large object operations include CREATE/DELETE DATABASE, ANALYZE, and VACUUM jobs. [Rule] When accessing the database through the JDBC client, disable the autocommit parameter and explicitly execute the transaction COMMIT.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > Development and Design Proposal > Database Programming Specifications
        • ALTER SERVER - GaussDB

          ALTER SERVER - GaussDB

          Examples -- 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 Links CREATE

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • CREATE SERVER - GaussDB

          CREATE SERVER - GaussDB

          Examples -- Create a server. gaussdb=# create server my_server foreign data wrapper log_fdw; CREATE SERVER -- Delete my_server. gaussdb=# DROP SERVER my_server; DROP SERVER Helpful Links ALTER SERVER and DROP SERVER Parent topic: SQL Syntax

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • Creating and Managing Sequences - GaussDB

          Creating and Managing Sequences - GaussDB

          In this way, the sequence will be deleted when you delete its associated column or the table where the column belongs to. 1 gaussdb=# ALTER SEQUENCE seq1 OWNED BY T2.id; If the following information is displayed, the operation is successful: 1 ALTER SEQUENCE The preceding methods

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Database Quick Start > Operating a Database > Other Operations
        • CREATE VIEW - GaussDB

          CREATE VIEW - GaussDB

          After a view is created, you are not allowed to use REPLACE to modify column names in the view or delete the columns. Parameters OR REPLACE Redefines the view if it already exists.

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x) > SQL Reference > SQL Syntax
        • SET TRANSACTION - GaussDB

          SET TRANSACTION - GaussDB

          The isolation level of a transaction cannot be reset after the first clause (INSERT, DELETE, UPDATE, FETCH, or COPY) for modifying data is executed in the transaction. Value range: READ COMMITTED: Only committed data can be read. It is the default value.

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x) > SQL Reference > SQL Syntax
        • Cursor Loop - GaussDB

          Cursor Loop - GaussDB

          CLOSE C2; END; / -- Delete the temporary table. DROP TABLE integerTable1; DROP TABLE integerTable2; DROP SCHEMA hr CASCADE; Parent topic: Cursors

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x) > Stored Procedures > Cursors
        • ADM_TRIGGERS - GaussDB

          ADM_TRIGGERS - GaussDB

          Value range: before statement, before each row, after statement, after each row, and instead of. triggering_event character varying Event that triggers a trigger: update, insert, delete, and truncate. table_owner character varying(64) Owner of the table that defines a trigger. base_object_type

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > System Catalogs and System Views > System Views
        • CREATE GROUP - GaussDB

          CREATE GROUP - GaussDB

          Examples 1 2 3 4 5 -- Create group my_group. gaussdb=# CREATE GROUP my_group PASSWORD '*********'; -- Delete the group. gaussdb=# DROP GROUP my_group; Helpful Links ALTER GROUP, DROP GROUP, and CREATE ROLE Parent topic: SQL Syntax

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > SQL Syntax
        • ALTER SCHEMA - GaussDB

          ALTER SCHEMA - GaussDB

          schema. gaussdb=# CREATE SCHEMA ds; -- Rename the current schema ds to ds_new. gaussdb=# ALTER SCHEMA ds RENAME TO ds_new; -- Create user jack. gaussdb=# CREATE USER jack PASSWORD '********'; -- Change the owner of ds_new to jack. gaussdb=# ALTER SCHEMA ds_new OWNER TO jack; -- Delete

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > SQL Syntax
        • ALTER FOREIGN DATA WRAPPER - GaussDB

          ALTER FOREIGN DATA WRAPPER - GaussDB

          Example -- Modify a foreign data wrapper dbi, add the foo option, and delete bar. gaussdb=# ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP 'bar'); -- Change the validator of the foreign data wrapper dbi to bob.myvalidator. gaussdb=# ALTER FOREIGN DATA WRAPPER dbi VALIDATOR

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > SQL Syntax
        • ADM_TRIGGERS - GaussDB

          ADM_TRIGGERS - GaussDB

          128) Trigger owner. trigger_name character varying(64) Trigger name. trigger_type character varying Trigger types: before statement, before each row, after statement, after each row, and instead of. triggering_event character varying Events that trigger a trigger: update, insert, delete

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > System Catalogs and System Views > System Views
        Total results: 10000
        • Previous
        • 1
        • ...
        • 474
        • 475
        • 476
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement