Dear community,
I am trying to use a where in gviz query and to take 3 words
something like this
SELECT C, D, A, K WHERE B CONTAINS'OPERACIONES' AND 'CRYD'
but it is not working
by chance somebody knows the right synthax for this requirement
in the where i want to take more words around 4 words and to read only those words
i found google developers and I did
like this but is not working