Hi, I want to implement "Get top 1 row of each group" program. I think If I could use Continuous Queries and "window Functions" in sql,it's easier.
2016-05-25 21:30 GMT+08:00 vkulichenko <[email protected]>: > Hi, > > ROWNUM is not supported, and I'm not sure it's possible to properly > implement it in the distributed environment. > > How do you intend to use it? > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-can-I-use-H2-database-ROWNUM-function-tp5161p5190.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
