SQL Syntax
DDM is fully compatible with MySQL licenses and syntax, but there are differences between distributed databases and single-node databases.
You can manually submit a transaction to execute SQL statements in batches to add, delete, or modify data records to, from or in data tables.
For example, use the following settings to execute SQL statements on a client:
set autocommit=0;
{sql operations};
commit;
This release supports operations only on the connected database using SQL statements. Otherwise, an exception may occur.
Item |
Restriction |
---|---|
DDL syntax |
|
Item |
Restriction |
---|---|
DELETE statement |
|
UPDATE statement |
|
Item |
Restriction |
---|---|
Database administration statements |
|
Item |
Restriction |
---|---|
Advanced SQL functions |
|
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot