-->

帝国cms自定义表单(帝国cms栏目自定义字段)

统计记录: select count(*) as Total from [!db.pre!]ecms_movie

查询记录: select * from [!db.pre!]ecms_movie order by id desc

注:[!db.pre!]ecms_movie 为数据表类型(movie 为电影数据表) desc - 降序排列ASC - id 升序排列desc 为id 按id 降序排列ASC 为按id 排序升序类比排序:id(id)、newstime(时间)、onclick(点击或浏览)、p 统计记录: select count(*) as Total from [!db.pre!]ecms_movie

查询记录: select * from [!db.pre!]ecms_movie order by id desc

注:[!db.pre!]ecms_movie 为数据表类型(movie 为电影数据表) desc - 降序排列ASC - id 升序排列desc 为id 按id 降序排列ASC 为按id 排序升序类比排序:id(id)、newstime(时间)、onclick(点击或浏览)、plnum(评论)、diggtop、rand(随机)

例如:添加当前列(通常是错误的,因为自定义列表不能使用当前列参数,这只是其他地方应用的参考) where classid='$GLOBALS[navclassid]' 当前列

统计记录: select count(*) as Total from [!db.pre!]ecms_movie where classid='$GLOBALS[navclassid]'

查询记录: select * from [!db.pre!]ecms_movie where classid='$GLOBALS[navclassid]' order by id desc

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

自定义列表调用多列,或者指定某一列(sql中指定的列ID必须是最终的列ID)

统计记录: select count(*) as Total from [!db.pre!]ecms_movie where classid in (23,24,25)

查询记录: select * from [!db.pre!]ecms_movie where classid in (23,24,25) order by id desc

lnum(注释)、diggtop、rand(随机)

例如:添加当前列(通常是错误的,因为自定义列表不能使用当前列参数,这只是其他地方应用的参考) where classid='$GLOBALS[navclassid]' 当前列

统计记录: select count(*) as Total from [!db.pre!]ecms_movie where classid='$GLOBALS[navclassid]'

查询记录: select * from [!db.pre!]ecms_movie where classid='$GLOBALS[navclassid]' order by id desc

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

自定义列表调用多列,或者指定某一列(sql中指定的列ID必须是最终的列ID)

统计记录: select count(*) as Total from [!db.pre!]ecms_movie where classid in (23,24,25)

查询记录: select * from [!db.pre!]ecms_movie where classid in (23,24,25) order by id desc

上一篇: 帝国cms图片显示不出来如何解决(帝国cms图片集展示)

下一篇: 帝国cms会员空间的反馈信息取消验证码的方法是什么(帝国cms会员空间模板)

关于搜一搜站长工具

如未标明出处,所有模板均为搜一搜站长工具原创,如需转载,请附上原文地址,感谢您的支持和关注。

关于代售类模板,为网友上传发布,如果有侵犯你的权益,请联系我们,第一时间删除。客服邮箱:3801085100#qq.com(#换成@)

本文地址:http://www.soyiso.net/news/11874.html

展开更多