if (Array.isArray(whereProp )) {
        let str = '';
        const matchValue = whereProp;
        matchValue.forEach(value => str = !str ? 
          `${str} "${prop}" = '${value}'` : `${str} OR "${prop}" = '${value}'`);