public IUntypedSqlExpression From(string tables)
 {
     q.From(tables);
     return(this);
 }