Adds another condition to this query for the specified field. Only results that match both the previous condition and the next will be returned from the query. SQL: AND
WhereStep<T, QueryStep<T>> and(String field);