📜  SQLalchemy 按 id 删除 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:51.383000             🧑  作者: Mango

代码示例1
User.query.filter(User.id == 123).delete()