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