OpenGaussInsert
This system keyword is used for data insertion on openGauss database.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Ip |
Yes |
String |
Database IP address. For a cloud-based GaussDB instance, you need to bind an EIP to the instance and ensure that the security group policy of the instance port is enabled to allow access. For details, see Using gsql to Connect to an Instance. |
Port |
Yes |
Integer |
Database port |
DB Name |
Yes |
String |
Database instance name |
User Name |
Yes |
String |
Username |
Password |
Yes |
String |
Password (The login password is personal information and must be defined as sensitive in the environment parameters.) |
Sql |
Yes |
String |
SQL statement, such as INSERT, which has no returns |
OpenGaussInsert Response
Status: success
Parameter |
Type |
Description |
---|---|---|
affected_row_count |
Integer |
Number of rows affected by the SQL statement |
OpenGaussInsert Response Example
{ "affected_row_count": 1 }
OpenGaussInsert Usage Example
Determine the number of affected rows.
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