账号通
    

账号  

密码  

1370

查看

0

回复
主题:SQL标签父栏目显示N列该怎么写 [收藏主题]  
dgmail88 当前离线

31

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:430 分
登录次数:29 次
注册时间:2009/7/27
最后登录:2010/3/23
dgmail88 发表于:2009/9/4 17:21:00   | 只看该作者 查看该作者主题 楼主 
科汛智能建站系统
 

栏目介绍语句:

select top 100 id,foldername,mid(classbasicinfo,instr(classbasicinfo,"||||")+4) as s,mid(s,1,instr(s,"||||")-1) as 栏目介绍 from ks_class where tj=1 order by folderorder

 

取栏目图片:

select top 100 id,foldername,mid(classbasicinfo,1,instr(classbasicinfo,"||||")-1) as 栏目图片 from ks_class where tj=1 order by folderorder

 

 

综合写就成了这样:

 

select top 100 id,foldername,mid(classbasicinfo,instr(classbasicinfo,"||||")+4) as s,mid(s,1,instr(s,"||||")-1) as 栏目介绍 ,mid(classbasicinfo,1,instr(classbasicinfo,"||||")-1) as 栏目图片 from ks_class where tj=1 order by folderorder

 

 

以上在access数据库中测试通过!

 

为免栏目介绍里包含|,改用了||||.一定要注意,在你的栏目介绍里不能包含||||

 

 

----------------------

问题: 这个显示出来只有一列.我想调出5列该怎么调用?

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ks1w 当前离线

2796

主题

4

广播

1

粉丝
添加关注
级别:大一

用户积分:14338 分
登录次数:665 次
注册时间:2006/11/3
最后登录:2019/7/26
ks1w 发表于:2009/9/4 18:20:00   | 只看该作者 查看该作者主题 沙发 
科汛智能建站系统
循环里用li输出,然后就可以css控制了
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06250秒 powered by KesionCMS 9.0