vvysotskyi commented on issue #2686:
URL: https://github.com/apache/drill/issues/2686#issuecomment-1285492786

   It fails because `ILIKE` became the reserved keyword. Please try using it 
with quotes: 
   ```sql
   SELECT `ILIKE`('abcde', 'ABC%') FROM (VALUES(1))
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to