MySQL Query : SELECT COUNT(*) as count FROM (select m.userid,m.mobile,m.nickname,m.email,g.QQ,g.photo,g.ywly from ay_member as m inner join ay_member_detail as g on m.userid = g.userid where m.userid=) T
MySQL 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 ') T' at line 1
MySQL Errno : 1064
Message : 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 ') T' at line 1
Need Help?