Code: Selecteer alles
INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slay', '10447', '0');
Code: Selecteer alles
SQL-query:
SELECT *
FROM
WHERE CONCAT_WS( "-", word_text, word_id, word_common ) = "veel"
ORDER BY word_text, word_id, word_common
MySQL retourneerde:
#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 'WHERE CONCAT_WS("-", word_text, word_id, word_common)
' at line 3