Problem with LIKE comparison

Hi,
I have a problem with the “LIKE” keyword. Any tips or workarounds?

GSQL-Dev > select * from foo WHERE str LIKE “%br%” limit 10

Encountered " “like” "LIKE “” at line 1, column 45.

Was expecting one of:

"<" ...

">" ...

"." ...

"!=" ...

"==" ...

"<=" ...

">=" ...

Hi again Rene,

The LIKE keyword isn’t supported for built-in queries.

To use it, you must create your own query.

Thank,
Kevin