请教SQL拼接问题

浏览:1162 发布日期:2017/08/15 分类:用法示例
使用数组拼接SQL
$sql ='((market_id=10 and (floor=1 or floor=2 )) or (market_id =1 and (floor=1 or floor=2 )))
我想使用数组实现这样的SQL拼接。

评论( 相关
后面还有条评论,点击查看>>