Skip to main content

Execute a query in MySQL

Wrk Product avatar
Written by Wrk Product
Updated over a month ago

Execute a SQL query in MySQL.

Application

  • MySQL

Inputs (what you have)

Name

Description

Data Type

Required?

Example

MySQL Connected Account

The credentials for the MySQL server

Connected Account

Yes

SQL Query

The SQL query to execute

Text (Long)

Yes

SELECT * FROM users;

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Server message

Message from the server regarding the executed query

Text (Long)

No

Output JSON

Execution results from the SELECT query

Text (Long)

No

Total number of rows

Number of rows returned as part of the query

Number

No

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

Requirements

  • N/A

Did this answer your question?