errors.addException(newParseException("The WITH query \""+withItem.getLabel()+"\" specifies MORE columns ("+withItem.getColumnLabels().size()+") than available ("+columns.length+")!",withItem.getPosition()));
errors.addException(newParseException("The WITH query \""+withItem.getLabel()+"\" specifies LESS columns ("+withItem.getColumnLabels().size()+") than available ("+columns.length+")!",withItem.getPosition()));
}
}
// Check the existence of all tables in the FROM clause: