xwb1989 / sqlparser

SQL Parser implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Functions in WHERE clause

snadrus opened this issue · comments

Functions in SELECT operate correctly, but not in WHERE. I get a syntax error.

Parse("SELECT a FROM t WHERE FUNC(a) = 1")

Seems to work fine. Would you provide an example of what doesn't work?

Closing this issue. Feel free to reopen with an example if you still encounter the issue.