We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
fix #35. support table aliases in join queries
55cd865
e6471f8
Merge pull request #35 from influxdata/praveen/oss-sync
9be4b40
chore: sync with OSS
No branches or pull requests
The user should be able to run this query
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.
The text was updated successfully, but these errors were encountered: