Querry error

Hi everyone! The LIMIT parameter isn't working in the function query. A query like this:

SELECT *
FROM utilities:variableHistory("users.username.models.modelname", "dataTableVariable")
LIMIT ?

results in the error:

Query syntax is not valid: Encountered " "?" "? "" at line 3, column 7. Was expecting one of: <S_NUMBER> ... <S_NUMBER> ...

Is there a way around this?

1 reply