时间:2021-07-01 10:21:17 帮助过:31人阅读
我知道了,进来拿一下分吧
select * from tbname order by id desc limit 0,10
好吧!那来接分了!
新问题
"select * from subcatalog WHERE name LIKE '%$keywords%' and catalog = $catalog ORDER BY rank $rank limit $pages, $rows"
上面的语句,怎么可以做到当 $catalog 这个值为空的时候,可以搜索其他的数据,现在这里catalog = $catalog 为空的时候列表就没有东西出来了