SinyoWong commented on issue #28878:
URL: https://github.com/apache/doris/issues/28878#issuecomment-1914126871
> I think there is an issue with the syntax of this query. Should it be
written like this, eg : select * from ( select * from (select a1,a2,sum(a3)
from table1 group by a1,a2) as t
yiguolei commented on issue #28878:
URL: https://github.com/apache/doris/issues/28878#issuecomment-1872554138
@SinyoWong Could you please provide the table schema and query sql?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
cjj2010 commented on issue #28878:
URL: https://github.com/apache/doris/issues/28878#issuecomment-1868455368
I think there is an issue with the syntax of this query. Should it be
written like this, eg :
select * from (
select * from (select a1,a2,sum(a3) from table1 group by a1,a2) as
SinyoWong opened a new issue, #28878:
URL: https://github.com/apache/doris/issues/28878
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
Doris 2.0.3
###