You can use 'matches' keyword in Pig to find out LIKE wise words. On Dec 6, 2013, at 2:17 PM, Krishnan Narayanan <[email protected]> wrote:
> 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
