fetch - How can I limit the number of rows returned?

Réponse

You can use the "maxRows" parameter to define the maximum number of rows to return. Additionally, the "from" and "to" parameters can be used to specify a range of rows by ordinal position.
Did this answer help you?