要在pythone查询中查找值的范围

2024-10-03 17:15:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我使用pythoneve作为API(PostgresQL是我的数据库)

现在我可以单独执行>或{}操作,如下所示

example.com/api?max_results=15&sort=-_id&where={"_id":">50"}

我如何查询两个值之间的_ids和{}和{}?在


Tags: comapiid数据库idsexamplepostgresqlwhere