MYSQL里的DESC后加LIMIT显示无效资源 20
selectu.uid,u.utype,u.type,u.createtime,att.filename,att.ownerid,att.ftypefromuseru,a...
select u.uid,u.utype,u.type,u.createtime,att.filename,att.ownerid,att.ftype from user u,attachment att
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc
后面加 limit 则提示 不是有效资源
order前加 则提示 at line :221.
谁能帮忙解答一下
select u.uid,u.utype,u.type,u.createtime,att.filename,att.ownerid,att.ftype from user u,attachment att
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc limit 0,6
这句在phpmyadmin
里可执行,但是放到程序里就提示不是有效资源。 展开
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc
后面加 limit 则提示 不是有效资源
order前加 则提示 at line :221.
谁能帮忙解答一下
select u.uid,u.utype,u.type,u.createtime,att.filename,att.ownerid,att.ftype from user u,attachment att
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc limit 0,6
这句在phpmyadmin
里可执行,但是放到程序里就提示不是有效资源。 展开
2个回答
展开全部
select u.uid,u.utype,u.type,u.createtime,att.filename,att.ownerid,att.ftype from user u,attachment att
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc limit 0,100
where u.utype='qiye' and u.uid=att.ownerid and att.ftype='pic' and att.ownertype='user' order by u.createtime desc limit 0,100
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询