Skip to content

[feature](Nereids) support select distinct with aggregate - #34854

Merged
starocean999 merged 1 commit into
apache:masterfrom
924060929:support_select_distinct_aggregate
May 15, 2024
Merged

[feature](Nereids) support select distinct with aggregate#34854
starocean999 merged 1 commit into
apache:masterfrom
924060929:support_select_distinct_aggregate

Conversation

@924060929

Copy link
Copy Markdown
Contributor

support select distinct with aggregate like this:

SELECT
DISTINCT dt,
count(dt2) over (partition by dt) as num
from
(select1as dt,2as dt2)t
group by dt,dt2;

@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label May 14, 2024
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@924060929

Copy link
Copy Markdown
ContributorAuthor

run buildall

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/2.1.4-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@924060929@doris-robot@starocean999@morrySnow@yiguolei