PrestoSQL query on pagination

I have a presto query with pagination design. Seem that the sql editor didn't pass {{10}} successfully into my query after using limit grama ,which make my query mistake.

image

Hey @aries, if you remove the {{10}} from the select statement, and replace it with * or the column names. Does the query return the 10 results?

Not work .
I am using presto Sql engine

@aries Have you tried turning off the prepared statements on the resource in the advanced section?