MySQLQuery
This system keyword is used for select operations on MySQL database. A maximum of 100 result records can be queried in the system.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Ip |
Yes |
String |
Database IP address. For a Huawei Cloud RDS 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 Connect to a DB Instance Through a Public Network. |
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 query statement |
MySQLQuery Response
Parameter |
Type |
Description |
---|---|---|
[Array elements] |
Array of row objects |
Structure returned by the SQL query result list |
Parameter Description
Parameter |
Type |
Description |
---|---|---|
field1 |
String |
Database field 1 |
field2 |
Integer |
Database field 2 |
... |
String |
Database field n |
MySQLQuery Response Example
[ { "name": "XXX", "id": "efdb403066474ab08836b9eeaaa23bca", "age": 18 }, { "name": "YYY", "id": "g582b0d966611486f918bedb9c711b14", "age": 20 } ]
MySQLQuery Usage Example
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