I was wandering if AX supports something like LIMIT keyword as it works in MySQL for instance.
What I would like to do is to fetch for example all records between 100000-100100 (out of half a milion) the intension is to save performance (i.e. avoiding counter and break statements). I know that this exists for query object (page positioning) but not for selects?