gpt4 book ai didi

database - 我应该在查询中使用 "maxrows"吗?冷融合/SQL

转载 作者:搜寻专家 更新时间:2023-10-30 21:53:43 25 4
gpt4 key购买 nike

在搜索具有数字主键的行时是否必须使用 maxrows="1"?

<cfquery maxrows="1">  
select *
from table
where RowID = #NumericVariable#
</cfquery>

如果包含或排除 maxrows,ColdFusion 是否有某种类型的 SQL 绑定(bind)或其他任何使其变得更好/更快/更好的东西?

最佳答案

没有。

如果表的结构正确(即您要限制的字段是主键),则限制为 1 是多余的。根据定义,主键唯一标识一行。

关于database - 我应该在查询中使用 "maxrows"吗?冷融合/SQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5265826/

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