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] Add syntax for SELECT without FROM #458

Open
goodwanghan opened this issue Apr 5, 2023 · 0 comments
Open

[FEATURE] Add syntax for SELECT without FROM #458

goodwanghan opened this issue Apr 5, 2023 · 0 comments
Labels
enhancement New feature or request Fugue SQL

Comments

@goodwanghan
Copy link
Collaborator

In Fugue SQL SELECT without FROM means it will use the previous step output.

However sometimes standard SQL doesn't need FROM. for example

SELECT 1 AS a

This is not common but can happen especially in embedded SQL. So we need a way to handle it.

We could add a special syntax: FROM . to indicate this statement doesn't have FROM.

@goodwanghan goodwanghan added enhancement New feature or request Fugue SQL labels Apr 5, 2023
@goodwanghan goodwanghan added this to the 0.8.4 milestone Apr 5, 2023
@goodwanghan goodwanghan removed this from the 0.8.4 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fugue SQL
Projects
None yet
Development

No branches or pull requests

1 participant