Help Center/
GaussDB(DWS)/
Tool Guide/
DSC/
SQL Syntax Migration Reference/
MySQL Syntax Migrating/
Data Manipulation Language (DML)/
UPDATE/
IGNORE
Updated on 2024-07-19 GMT+08:00
IGNORE
With the IGNORE modifier, the UPDATE statement does not abort even if errors occur during execution.
Input
1 2 |
# IGNORE UPDATE IGNORE employees SET department_id=3; |
Output
1 2 |
-- IGNORE UPDATE "public"."employees" SET "department_id" = 3; |
Parent topic: UPDATE
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot