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(query): support show columns query #10726

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Conversation

TCeason
Copy link
Collaborator

@TCeason TCeason commented Mar 23, 2023

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

Summary

support : "SHOW [FULL] COLUMNS FROM <table> [FROM|IN <catalog>.<database>] [<show_limit>]"

Closes #10698

@vercel
Copy link

vercel bot commented Mar 23, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Mar 23, 2023 at 0:37AM (UTC)

@TCeason
Copy link
Collaborator Author

TCeason commented Mar 23, 2023

cc @soyeric128

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Mar 23, 2023
@andylokandy
Copy link
Contributor

Would you like to add a statement test in src/query/ast/tests/it/parser.rs?

@TCeason TCeason marked this pull request as draft March 23, 2023 10:26
@TCeason
Copy link
Collaborator Author

TCeason commented Mar 23, 2023

image
Now can support dataease with mysql driver.

Need modify some unit test.

@TCeason TCeason marked this pull request as ready for review March 23, 2023 13:20
@BohuTANG BohuTANG merged commit 2c4ec23 into databendlabs:main Mar 23, 2023
@soyeric128
Copy link
Collaborator

cc @soyeric128

comment -> Comment

Image 2023-3-26 at 20 58

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.

Feature: show full columns from x.x
5 participants