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

feat: delete support table alias #13360

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

zhyass
Copy link
Member

@zhyass zhyass commented Oct 20, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

DELETE FROM <table_name> [ [ AS ] <alias_name> ]
[WHERE <condition>]
  • Closes #issue

This change is Reviewable

@vercel
Copy link

vercel bot commented Oct 20, 2023

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 Oct 23, 2023 7:13am

@zhyass zhyass marked this pull request as draft October 20, 2023 09:59
@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Oct 20, 2023
@zhyass zhyass changed the title feat: delete and update support table alias feat: delete support table alias Oct 22, 2023
@zhyass zhyass force-pushed the feature_fix branch 2 times, most recently from bb4177f to aa3dd45 Compare October 23, 2023 04:20
@zhyass zhyass marked this pull request as ready for review October 23, 2023 06:58
@zhyass zhyass added this pull request to the merge queue Oct 23, 2023
@BohuTANG BohuTANG removed this pull request from the merge queue due to a manual request Oct 23, 2023
@BohuTANG BohuTANG merged commit 13fe3f9 into databendlabs:main Oct 23, 2023
59 checks passed
@zhyass zhyass deleted the feature_fix branch November 10, 2023 17:15
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
* delete and update support table alias

* add test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants