Closed cyberhuman closed 9 years ago
as sqlgg is moving towards proper sql parser with AST - will need to distinguish INTERVAL_UNIT
s anyway - should add separate token for each keyword and then can reuse year
token
Updated accordingly.
d1fa845dd36ff279285e7429fcddc5960dbdf44b Thanks
Basic support for Mysql's INTERVAL keyword. Any clues what to do about "year", INTERVAL_UNIT conflicting with "year", T_DATETIME?