vendredi 6 novembre 2015

How to find which items from a list are not in a table using SQLAlchemy

I have a list of items and a sqlite table that I query in Python via SQLAlchemy. I need to find out which items from my list don't match the associated fields in any of the rows in the table. I would like to do this in a single query, if possible. Is there a way to do this using SQLAlchemy?

Aucun commentaire:

Enregistrer un commentaire