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