How to run a query on a row#

I have a query that currently reports a result for every record in the table.
I want to limit to limit the query to a specific row#, not primary key#.
How can I do that?

HSQLDB: SELECT LIMIT 10 1 * FROM "MyTable"
Will show the 11ths row only
Might be it works also with Firebird in GUI, but it isn’t original Firebird Code.
Firebird: ROWS 1 TO 10

then the row# is 1 :face_with_thermometer:

anywayz, Ask/Guide - How to use the Ask site - The Document Foundation Wiki #Are_there_any_answers_to_my_question_yet

would make sense to follow up on what you query looks like as of now, and what is not understandable :wink:
Show row number of records in query result - #4 by cpb