Call stored procedure low-code custom SQL
Posted: Wed Jul 28, 2021 8:09 am
I'm getting the following error when trying to call a stored procedure with low-code Custom SQL
CALL getCountries(?)
{
"error": {
"message": "C:\\profoundjs\\modules\\tutorial\\storedprocedure.api.json:69 _data = pjs.query(pjs.getDB(\"MariaDB\"), `CALL getCountries(?) SyntaxError: missing ) after argument list"
}
}
CALL getCountries(?)
{
"error": {
"message": "C:\\profoundjs\\modules\\tutorial\\storedprocedure.api.json:69 _data = pjs.query(pjs.getDB(\"MariaDB\"), `CALL getCountries(?) SyntaxError: missing ) after argument list"
}
}