Compile the "from" portion of the query.
@override String compileFrom(String table) { return 'FROM ${wrapTable(table)}'; }