gpt4 book ai didi

sql - where子句postgres中的搜索条件

转载 作者:行者123 更新时间:2023-11-29 13:50:32 25 4
gpt4 key购买 nike

我是 postgres 的新手,谁能帮我理解 ? 在 where 子句中的作用?

Select * from tablename1 as a 
join tablename2 as e
on a.column1 = ? and a.id = e.id
and e.range between ? and ?;

最佳答案

这些看起来像是您需要在 SQL 编辑器之外的代码中分配的参数的占位符。该语句可能由 Postgres 编译,您可以使用不同的参数集多次调用它。

关于sql - where子句postgres中的搜索条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41903847/

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