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

docs: Retrieving All Columns with "FROM <tbl>" #1643

Merged
merged 2 commits into from
Feb 11, 2025
Merged

docs: Retrieving All Columns with "FROM <tbl>" #1643

merged 2 commits into from
Feb 11, 2025

Conversation

soyeric128
Copy link
Collaborator

Databend extends SQL syntax by allowing queries to start with FROM <table> without explicitly using SELECT *:

FROM my_table;

This is equivalent to:

SELECT * FROM my_table;

Copy link

vercel bot commented Feb 11, 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 Feb 11, 2025 2:30am

@soyeric128 soyeric128 merged commit 3555f54 into main Feb 11, 2025
4 checks passed
@soyeric128 soyeric128 deleted the select-from branch February 11, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
databend monthly This PR goes to Databend Monthly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants