3
好吧,這個和我最後一個很相似,但我不明白...!如何使用Select-Statements將值插入到MYSQL表中
我嘗試以下操作:
Insert into table b
(Select column_1 from table_a where ID = 1),
(Select column_2 from table_a where ID = 1),
0,
(Select column_3 from table_a where ID = 1);
但我總是得到一個語法錯誤...! 我認爲這是很合乎邏輯的,我正在努力做。
來自德國的Greetz和thx爲您解答!
我已經編輯我的問題,你能回答的編輯請再次提供版本? – Husky110 2010-10-11 18:25:11
@ Husky110:查看更新。 – 2010-10-11 18:27:38