sqlparser
sqlparser copied to clipboard
Casting Parse 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.
Hi also I had a quick question on how to indicate the timestamp dataformat in mySql would something like this work: 2010-01-01T
I have encountered this question, so any one can help?
@fireflywang @Colhodm Fixed in https://github.com/xwb1989/sqlparser/pull/58