getQuery(key, value) {
    return `
      SELECT ${this.props}
      FROM ${this.table}
      WHERE ${key} LIKE '%${value}%'