Arjun Mishra

Results 5 comments of Arjun Mishra

Hi also I had a quick question on how to indicate the timestamp dataformat in mySql would something like this work: `2010-01-01T`

Also another error is that your parser is flagging a syntax error on this expression: "select * from S3Object where cast(age AS int) > 12" at the character after int...

Hi, awesome that works for escaping spaces in column names. The issue with the query: select * from S3Object where cast(age AS int) > 12 still stands, even if I...

Hi, so I read through that doc, and I understand the general approach and rules for MySQL, but as for your actual built parser, is there anyway to specify case...