select * from {$h} where {$a} = {$b} and fid in (`55`,`56`,`57`,`58`,`59`,`60`)
这样的一句是否成立? 不能成立的话 应该怎么做呢?
select * from {$h} where {$a} = {$b} and fid in (`55`,`56`,`57`,`58`,`59`,`60`)
这样的一句是否成立? 不能成立的话 应该怎么做呢?
是变量吧,可以成立
后面的in
文本类型
(`55`,`56`,`57`,`58`,`59`,`60`)
数字类型
(55,56,57,58,59,60)还投诉我?