foreach ($data[1] as $key => $val) {
                    $where[] = $alias . "." . $key;
                    $params[] = $val;
                }