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
Description For some reason, a statement like SELECT field FROM tb ORDER BY field will cause an error. sql-machine-learning/gohive#39
SELECT field FROM tb ORDER BY field
And I would suggest we just send SELECT field FROM tb to database engine, then sort results in sqlflow/sqlfs for a quick but not a long term fix.
SELECT field FROM tb
sqlflow/sqlfs
The text was updated successfully, but these errors were encountered:
weiguoz
Successfully merging a pull request may close this issue.
Description
For some reason, a statement like
SELECT field FROM tb ORDER BY field
will cause an error.sql-machine-learning/gohive#39
And I would suggest we just send
SELECT field FROM tb
to database engine, then sort results insqlflow/sqlfs
for a quick but not a long term fix.The text was updated successfully, but these errors were encountered: