Fehler - Wie kann ich das Lösen?
Verfasst: Di 14. Nov 2006, 08:35
Hallo Dominik,
habe das Formular etwas erweitert, nun tritt folgender Fehler auf. Was könnte da falsch sein?
LG, James
-----
SELECT DISTINCT COUNT(*) AS anz FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%"
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 firstname LIKE "%max%"' at line 1
Kontakte (entferne Suche)
SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30
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 firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3
SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30
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 firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3
habe das Formular etwas erweitert, nun tritt folgender Fehler auf. Was könnte da falsch sein?
LG, James
-----
SELECT DISTINCT COUNT(*) AS anz FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%"
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 firstname LIKE "%max%"' at line 1
Kontakte (entferne Suche)
SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30
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 firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3
SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30
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 firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3