Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用MySQLdbpython 2.7 执行更新查询。是否有可能知道检索所有 id 会影响哪些行?
MySQLdb
您可以使用 获取受影响的行数cursor.rowcount。由于 mysql api 不支持这一点,因此无法获得受影响的行信息。
cursor.rowcount