Re: Stored Procedure

2016-08-09 Thread kvipin
Hi Val, thanks for the answer. It seems that OFFSET and LIMIT duo is more general and powerful than FIRST keyword alone. thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6873.html Sent from the Apache Ignite U

Re: Stored Procedure

2016-08-08 Thread vkulichenko
apache.org/jira/browse/IGNITE-3656 As for the 'first' keyword, Ignite supports 'OFFSET .. LIMIT ..' instead, so you query will look like this: select tid,idint,idbigint,idchar,idts from testtable limit 10 -Val -- View this message in context: http://apache-ignite-users.7

Re: Stored Procedure

2016-08-08 Thread kvipin
ct statements or not? e.g. /select *first 10* tid,idint,idbigint,idchar,idts from testtable;/ thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6847.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Stored Procedure

2016-08-07 Thread kvipin
te-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6836.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Stored Procedure

2016-08-03 Thread vkulichenko
Actually, I think you just need to add ignite-core.jar to the classpath. It now doesn't have it, right? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6721.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Stored Procedure

2016-08-03 Thread kvipin
Hi, does anyone knows about this issue? I re-subscribed to the apache ignite users mailing list. Hope now the emails are reaching to each recipient. thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6719.html Sent

Re: Stored Procedure

2016-08-02 Thread vkulichenko
35/TestTable> / Who throws the NullPointerException? Can you provide any logs or more detailed information about what happened? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6679.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Stored Procedure

2016-07-26 Thread abhishek jain
Thankyou Val for your very quick response. Regards Abhishek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6554.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Stored Procedure

2016-07-26 Thread vkulichenko
://apacheignite.readme.io/docs/jdbc-driver -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6553.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Stored Procedure

2016-07-26 Thread abhishek jain
Hi, I understand the stored procedures are NOT supported in apache ignite. Please let me know if I missed out something. Also, is there any SQL CLI/shell available for Apache ignite? Regards Abhishek -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored