MySQL Error
Message: MySQL Query Error
SQL: SELECT * FROM uchome_feed WHERE uid in (select uid from uchome_friend where fuid=172) and icon='park' ORDER BY dateline DESC LIMIT 0,10
Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select uid from uchome_friend where fuid=172) and icon='park'
Errno.: 1064
Click here to seek help.
出现上面这个MYSQL错误提示
点排行榜 出现下面的错误提示
MySQL Error
Message: MySQL Query Error
SQL: SELECT *,(select sum(c.carprice) from uchome_park_carinfo c,uchome_park_mycar m where c.carid=m.carid and m.uid=p.uid group by m.uid) as carprice,(select count(*) from uchome_park_mycar where uid=s.uid) as carnum FROM uchome_space s ,uchome_park_member p WHERE s.uid=p.uid order by carprice desc LIMIT 0,20
Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select sum(c.carprice) from uchome_park_carinfo c,uchome_park_m
Errno.: 1064
Click here to seek help.