For pagination you should use 'OFFSET .. LIMIT ..' syntax. Note that you
should also order the result set (use ORDER BY) in this case, because
otherwise ordering is undefined and you can get weird results.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Paging-QueryCursor-and-SqlQuery-tp15712p15743.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to