Skip to content

docs: function alias #2106

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

docs: function alias #2106

wants to merge 11 commits into from

Conversation

soyeric128
Copy link
Collaborator

@soyeric128 soyeric128 commented May 14, 2025

This change is related to databendlabs/databend#17920:

  • Support CREATE OR REPLACE syntax for tasks
  • IFF is now an alias for the IF function
  • GREATEST and LEAST will now return NULL if any input argument is NULL
  • Added GREATEST_IGNORE_NULLS and LEAST_IGNORE_NULLS, which ignore NULL values (same behavior as the previous GREATEST and LEAST)
  • Added VAR_POP and VARIANCE_POP as aliases for the COVAR_POP function
  • Added VAR_SAMP and VARIANCE_SAMP as aliases for the COVAR_SAMP function
  • Support INSERT OVERWRITE INTO syntax (equivalent to INSERT OVERWRITE)

Copy link

vercel bot commented May 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
databend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2025 2:00am

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

Successfully merging this pull request may close these issues.

3 participants