Hi, Please subscribe to the user@ mailing list before posting any new messages. Refer to this instruction for details: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
Mike Kai wrote > How to implement "limit 0 to 10" by Ignite SQL? Ignite uses H2 database internally, so you should refer to [1] for supported syntax. Result set can be limited like this: SELECT ... LIMIT 10 OFFSET 10 [1] http://www.h2database.com/html/grammar.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-implement-limit-0-to-10-by-Ignite-SQL-tp1392p1400.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
