@rjun, Would you mind posting this over on `community.influxdata.com`. When you do, do you mind including the Java code you are using to write to the database? Also the sample line protocol. My first guess is that you have `batch_no` as a tag in one of the implementations and as a field in the other. You can only use tags in the group by clause.
On Thursday, April 20, 2017 at 3:12:05 AM UTC-7, [email protected] wrote: > > Hi Experts, > > I've 2 measurements in my db,both having the same fields.The only > difference is that data is written into one of them(say Measurement A) > using line protocol and using JAVA API to the other(say Measurement > B).Everything works fine with A whereas in mesurement B,the GROUP BY clause > doesn't group the results. > > My Query is :- > select * from summary_pm group by batch_no > > I am using the exact same query in both the measurements except for the > measurement name. > > Please help me out. > > Thanks & Regards > @rjun > > -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/4318aa44-1c16-43cb-86c8-81467ddb47ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
