Is there a way to have the QSqlTableModel.setFilter() method accept "where exists" clauses? According to the documentation, the setFilter method sets a "where" clause without the "where" keyword. I have a situation in which setting a "where exists" clause would be the ideal solution. Thanks in advance! Scott