gpt4 book ai didi

python - 谷歌应用引擎 : filter by ID

转载 作者:行者123 更新时间:2023-11-28 22:06:38 25 4
gpt4 key购买 nike

不知怎么的,我迷路了,我想做一些像下面这样按 ID 过滤的事情。

id = 1000
query = Customers.all()
query.filter('ID =', id)

query = db.GqlQuery("select * from Customers where ID = %s" % id)

按 ID 过滤的正确方法是什么?

最佳答案

两者都是正确的,甚至 Customers.gql("WHERE ID = :1", id);

编辑:如果 ID 是自动创建的 id 属性,您应该使用 Customers.get_by_id()

关于python - 谷歌应用引擎 : filter by ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3438586/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com