SELECT MONTH(endTime) FROM table
results in:
/Users/maltepeter/Documents/repos/node-query-api/node_modules/node-sql-parser/pegjs-parser.js:9800
throw peg$buildException(
^
SyntaxError: Expected [A-Za-z0-9_] but end of input found.
Is there a way to get it to support this functionality?
SELECT MONTH(endTime) FROM tableresults in: