Hello ,
I am running a sql query on elastic sql plugin but the sum which I am getting is not correct ...
Query is -
SELECT Field1,Field2,SUM(Field3) st FROM XXX where Field4='ZZZ' and Field5= 'YYY'
GROUP BY Field1,Field2 .
But the sum which I am getting is more than what it should be ...I did search about it and found if index is corrupted , this could happen and reindexing can help...
But how to go about it ?
Thanks