gpt4 book ai didi

php - SQL 中关键字中的条件

转载 作者:可可西里 更新时间:2023-11-01 08:10:59 25 4
gpt4 key购买 nike

这是我的问题

$qry="select * from table where colnam in ($int1, $int2)";

colname 值可以是 1,4,3,2

例如

if $int1=2;

我想选择1、2和3

if $int1=3;

我想选择2、3和4

这可能吗?

最佳答案

将查询重写为:

$qry="select * from table where colnam BETWEEN $int1-- AND $int1++ ";

根本不需要$int2。只需在 $int1 中分配值 2 或 3

关于php - SQL 中关键字中的条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33995424/

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