無法弄清楚什麼是錯用下面的SQL查詢:錯誤在SQL查詢
INSERT into ALL (name, address, client_id, service_id, service, service_address) values
('Товарищество с ограниченной ответственностью "King Fisher"',
'г.Алматы, ул.Айманова, 155, уг.ул.Жандосова','10','10','Интернет(1024)/10','г.Алматы, ул.Айманова, д.155, уг.Жандосова');
這裏是一個錯誤輸出:
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 'ALL (name, address, client_id, service_id, service, service_address) values ('' at line 1
任何幫助,將不勝感激)
什麼的當你執行'insert'時出現錯誤? – 2014-10-03 05:19:12
仍然無法弄清楚,您能提供不含引號的確切值嗎? – user3663497 2014-10-03 05:22:12
你需要轉義表名「ALL」嗎? – 2014-10-03 05:22:22