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.
我正在 mysqldb 中执行更新,它正在更改部分键和字段的值。当我在 python 中执行查询时,它会触发数据库中的某些内容以使其添加额外的行。当我从 mysql 工作台执行相同的确切查询时,它会正确执行更新而不添加额外的行。从应用程序调用和从 python 调用有什么区别?
谢谢
有一个我不知道的触发器激活。谢谢您的帮助