MRead
(Mike Read)
January 9, 2019, 3:26pm
#1
Hi
It seems that you can’t have more than one attribute in a group by clause eg
this works
select multiframeID,min(extNum),count(*) from MultiframeDetector where multiframeID < 100000 group by multiframeID
this does not
select multiframeID,extNum,count(*) from MultiframeDetector where multiframeID < 100000 group by multiframeID,extNum
-> ERROR 4120 (Proxy): Unable to return query results:
Is this expected behaviour?
Cheers
Mike
fritzm
(Fritz Mueller)
January 9, 2019, 9:56pm
#2
Hi Mike,
No, that should work – we’re looking into it for you now and will update here (we’re also looking at the director match table issue previously reported, now that we’re back from the holiday break.)
cheers,
–FritzM.
ktl
(K-T Lim)
January 31, 2019, 11:02am
#3
This is DM-17092 , which is about to be fixed.
vaikunth
(Vaikunth Thukral)
February 6, 2019, 9:30pm
#4
This bug fix has been implemented and will be available in the next weekly release on Monday.