一个表叫 table,里面有 $arraylist = “”1,2,4,5″”; 需求想显示出 table 中 type 在 $arraylist 中,并且isdel = 0的内容 select * from table where isdel=0 and type in “”{$arraylist}”” 无效果,请问具体是什么? |
|
先在程序代码中检查生成的SQL语句到底是什么。
|
|
30分 |
$sql = "select * from table where isdel=0 and type in ""({$arraylist})"""; |