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