嗨得到這個語法錯誤在我的SQL查詢:SQL查詢提供了語法錯誤
'#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 'A (Status) VALUES ("NOK") INNER JOIN lm_Schwellwert S ON A.Typ = S.Typ WHERE A.B' at line 1
這是我的查詢:
INSERT INTO lm_Artikel A INNER JOIN lm_Schwellwert S
ON A.Typ = S.Typ (Status) VALUES ("NOK") WHERE A.Bestand < S.Schwellwert
你能幫助我找到錯誤,我不知道什麼是錯的。
請閱讀http://dev.mysql.com/doc/refman/5.5/en/insert。首先。 – eisberg
** lm_Artikel **表中有多少列? –