修改MYSQL语句,多谢

WBOY
發布: 2016-06-13 13:44:06
原創
803 人瀏覽過

修改MYSQL语句,谢谢~
select * from (select * from city where names like '%xxx%' limit 10) where names like '$xxx%' order by names

错误提示:Every derived table must have its own alias

应该怎么改呀?

------解决方案--------------------
select * from (select * from city where names like '%xxx%' limit 10) where names like '$xxx%' order by names
分析下:
select * from (table)这个table要是一个表
select * from city where names like '%xxx%' limit 10这个很明显不符合,差了很远

所以你那句很明显是错误的
------解决方案--------------------
我没去验证()里面放limit可不可以哈 但根据错误提示应该是这个意思

select * from (select * from city where names like '%xxx%' limit 10) t where names like '$xxx%' order by names
------解决方案--------------------

探讨
我没去验证()里面放limit可不可以哈 但根据错误提示应该是这个意思

select * from (select * from city where names like '%xxx%' limit 10) t where names like '$xxx%' order by names
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板