Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
SQLalchemy delete by id
Pranav Waila
Programming language:
Python
2021-06-16 05:12:43
0
Q:
SQLalchemy delete by id
Luis Rios
Code:
Python
2021-07-23 04:30:08
User.query.filter(User.id == 123).delete()
0
Related
on_delete=models.cascade
New to Communities?
Join the community