Skip to main content

Execute a query in MySQL

Execute a SQL query in MySQL.

Application

  • MySQL

Inputs (what you have)

NameDescriptionData TypeRequired?Example
MySQL Connected AccountThe credentials for the MySQL serverConnected AccountYes
SQL QueryThe SQL query to executeText (Long)YesSELECT * FROM users;

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Server messageMessage from the server regarding the executed queryText (Long)No
Output JSONExecution results from the SELECT queryText (Long)No
Total number of rowsNumber of rows returned as part of the queryNumberNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A