---------- SELECT TABLE ----------
Query<T> selectTable(String table) { base.setSelectTable(table); return this; }