Autor | Zpráva | ||
---|---|---|---|
Návštěvník Profil * |
#1 · Zasláno: 9. 2. 2014, 23:50:50
Poradíte jak řešit tuto chybu? V čem je problém?
SELECT LEFT(`message`,50) as message, LEFT(`words`,100) as words, t2.id, t2.fromid, t2.subject,t2.rate,t2.score,t2.sendtime, t2.readed, t1.username, t1.firstname, t1.lastname FROM messages as t2, members_main as t1 WHERE t2.toid='9' AND t2.score>'2', AND t1.id=t2.fromid order by t2.sendtime ASC limit 0,20 #1064 - 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 ' AND t1.id=t2.fromid order by t2.sendtime ASC limit 0,20' at line 1 |
||
Kubo2 Profil |
#2 · Zasláno: 9. 2. 2014, 23:55:05
Návštěvník:
Pred posledným AND v dotaze máš prebytočnú čiarku (asi preklep).
|
||
Návštěvník Profil * |
#3 · Zasláno: 10. 2. 2014, 00:00:23
Aha, dík, tak to je automaticky vygenerovaná klauzule WHERE
|
||
Časová prodleva: 11 let
|
0