Beachten Sie die Dokumentation von node-mysql
:
Beachten Sie, dass sie SET verwenden statt VALUES . INSERT INTO ... SET x = y eine gültige MySQL-Abfrage ist, während INSERT INTO ... VALUES x = y ist nicht.
Beachten Sie die Dokumentation von node-mysql
:
Beachten Sie, dass sie SET verwenden statt VALUES . INSERT INTO ... SET x = y eine gültige MySQL-Abfrage ist, während INSERT INTO ... VALUES x = y ist nicht.