andr04.A
Windmill3y ago
26 replies
andr04.

MySQL script: invalid type: string "", expected a boolean

I'm new with Windmill and trying execute a simple request from a connected MySQL resource:
-- ? offset (int) = 0
-- ? limit (int) = 100
SELECT id from tariff LIMIT ?,?


But I get the following result:
{
    "error": {
        "name": "ExecutionErr",
        "message": "error during execution of the script:\ninvalid type: string \"\", expected a boolean"
    }
}


What I do wrong?
Was this page helpful?