MySQL Query with Params
Run a mysql query with escaped parameters
Description
Run an escaped SQL query
Properties
Connection String (String | Variable)
Same connection options as MySQL Query block. Click to view more here.
SQL Query( String |Variable)
Same as for MySQL query block.
Parameters (Comma delimited String)
String container variables or string separated by a comma.
Returns
Returns an array of objects. View MySQL Query Block for more information.
Last updated