Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Sachin janani
Thanks for the confirmation, I will open a ticket right away. Regards, Sachin Janani On Mon, Jun 6, 2022 at 8:46 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > You should open a ticket (https://issues.apache.org/). This looks like a > regression as it works in 2.12. Also, the

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Stephen Darlington
You should open a ticket (https://issues.apache.org/ ). This looks like a regression as it works in 2.12. Also, the documentation talks about a refresh command that doesn’t appear to exist in either 2.12 or 2.13. > On 6 Jun 2022, at 14:11, Sachin janani wrote: > >

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Sachin janani
Hi, I am using the latest Ignite 2.13 and running this query from sqlline. On Mon, Jun 6, 2022 at 2:16 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > What version of Ignite are you using? Statistics were added in Ignite 2.12 > (IIRC), so if you’re using an older version you’d g

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Stephen Darlington
What version of Ignite are you using? Statistics were added in Ignite 2.12 (IIRC), so if you’re using an older version you’d get this error. > On 2 Jun 2022, at 05:37, Sachin janani wrote: > > Yes I am able to run DML queries on the PRODUCT_TABLE but the ANALYZE > statement query is failing wi

Re: Analyze table query failing with syntax error from sqlline

2022-06-01 Thread Sachin janani
Yes I am able to run DML queries on the PRODUCT_TABLE but the ANALYZE statement query is failing with parsing error. Thanks and Regards, Sachin Janani On Thu, Jun 2, 2022 at 7:50 AM Ilya Korol wrote: > Hi, are you able to run simple DML query like: SELECT * FROM > PRODUCT_TABLE; ? > 02.06.2022

Re: Analyze table query failing with syntax error from sqlline

2022-06-01 Thread Ilya Korol
Hi, are you able to run simple DML query like: SELECT * FROM PRODUCT_TABLE; ? 02.06.2022 00:13, Sachin janani пишет: Hi, I am trying to run Analyze table command from sqlline to collect the statistics of a table but its failing with parsing error. Following is the error that i am getting. Can

Analyze table query failing with syntax error from sqlline

2022-06-01 Thread Sachin janani
Hi, I am trying to run Analyze table command from sqlline to collect the statistics of a table but its failing with parsing error. Following is the error that i am getting. Can someone please help me in getting the right syntax?. I am following this document: https://ignite.apache.org/docs/latest/S