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
select * from S3Object where cast(age AS int) > 12 This query is flagged as an error, even though it is a valid cast in SQL.
The text was updated successfully, but these errors were encountered:
Hi also I had a quick question on how to indicate the timestamp dataformat in mySql would something like this work: 2010-01-01T
2010-01-01T
Sorry, something went wrong.
I have encountered this question, so any one can help?
@fireflywang @Colhodm Fixed in #58
Successfully merging a pull request may close this issue.
select * from S3Object where cast(age AS int) > 12
This query is flagged as an error, even though it is a valid cast in SQL.
The text was updated successfully, but these errors were encountered: