Parsing `select * from my_table where x not like "%foo%"` throws `Unexpected 'LITERAL'` due to the use of `NOT` operator.
Parsing
select * from my_table where x not like "%foo%"throwsUnexpected 'LITERAL'due to the use ofNOToperator.