It seems it is quite easy to retrieve the number of rows SELECTed with a SQL query with
SELECT
cursor.execute("SELECT COUNT(*) from ...")result=cursor.fetchone()
but how should I retrieve the number of rows by a DELETE query?
DELETE
Aucun commentaire:
Enregistrer un commentaire