Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: NTILE function #10719

Closed
l1t1 opened this issue Mar 23, 2023 · 1 comment
Closed

Feature: NTILE function #10719

l1t1 opened this issue Mar 23, 2023 · 1 comment
Labels
C-feature Category: feature

Comments

@l1t1
Copy link

l1t1 commented Mar 23, 2023

Summary

ntile(num_buckets integer) bigint An integer ranging from 1 to the argument value, dividing the partition as equally as possible. ntile(4)
Description for this feature.

ref https://duckdb.org/docs/sql/window_functions

@l1t1 l1t1 added the C-feature Category: feature label Mar 23, 2023
@ariesdevil
Copy link
Collaborator

@l1t1 See: #10810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants