Hi All
How to write the below query to pig, can i use REGEX_EXTRACT_ALL ?
select * from temp where column1 like ( '%abc%' or '%def% or '%aacc%');
Help much appreciated with example.
Thanks
Krishnan
How to write the below query to pig, can i use REGEX_EXTRACT_ALL ?
select * from temp where column1 like ( '%abc%' or '%def% or '%aacc%');
Help much appreciated with example.
Thanks
Krishnan