|
主题:SQL 怎么读取某个大栏目下的子栏目 [收藏主题] | 转到: |
父栏目及子栏目 select top {$Param(0)} ID,Title,PhotoUrl,Price,Price_Original from KS_Product where tid in(select id from ks_class where ts like '%{$Param(1)}%') and Popular=1 and Verific=1 and DelTF=0 order by id desc
父栏目下的子栏目
调用{SQL_标签(num,tid)}
以上是依商城为例,其他模型类推 |
|
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |