Re: [I] [Bug] Subquery has bug [doris]

2024-01-28 Thread via GitHub
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

Re: [I] [Bug] Subquery has bug [doris]

2023-12-30 Thread via GitHub
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

Re: [I] [Bug] Subquery has bug [doris]

2023-12-23 Thread via 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

[I] [Bug] Subquery has bug [doris]

2023-12-22 Thread via GitHub
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 ###