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

Support table aliases #35

Closed
jvshahid opened this issue Nov 11, 2013 · 1 comment
Closed

Support table aliases #35

jvshahid opened this issue Nov 11, 2013 · 1 comment

Comments

@jvshahid
Copy link
Contributor

The user should be able to run this query

select * from foo as f where f.column_one < 50

Note: the alias is used in the rest of the query. Also, the same time series should be mergeable and joinable if two different aliases were used.

@ghost ghost assigned jvshahid Nov 11, 2013
@FGRibreau
Copy link

+1

@jvshahid jvshahid removed their assignment Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants