krztian (@inzpector) |
SQL query error!
Error infomation:[SQL]
SELECT u.* FROM jcow_friends
as f1 inner join jcow_friends
as f2 on f1.fid = f2.fid left join jcow_accounts
as u on f1.fid=u.id where f1.uid=6 and f2.uid= ORDER BY f1.created DESC LIMIT 30
[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 'ORDER BY f1.created DESC LIMIT 30' at line 1
blank page
sql error..thanks a lot..more power.
the problem is this f2.uid=
Jcow Master @falcone
147 months ago
|