Artem Agaev
Results
1
issues of
Artem Agaev
Trying to parse a simple query that contains TRIM function. ```pgsql SELECT trim(BOTH 'xyz' FROM 'yxTomxx'); ``` Got an error: ``` Unexpected kw_both token: "both". Instead, I was expecting to...