How to use any() method in flask sqlalchemy with multiple foreign key tables?

前端 未结 0 1459
再見小時候
再見小時候 2021-01-25 11:40

Here is 2 sample tables

Table 1: User

| id | name  |
+----+-------+
| 1  | bob   |
| 2  | alice |
| 3  | lucy  |
| 4  | tom   |
--------------
相关标签:
回答
  • 消灭零回复
提交回复
热议问题