MySQL Query with Params
Run a mysql query with escaped parameters
Description
Properties
Connection String (String | Variable)
SQL Query( String |Variable)
Parameters (Comma delimited String)
hello world, hello, world, hello worldReturns
Last updated