0
從dataA中將* select * into tableA。 我創建了一個table tableA。兩次插入到同一個表中
下一次, 從dataB插入*到tableA中。它不起作用。因爲tableA已經存在。
我需要兩次插入數據,而不是聯合dataA和dataB。
從dataA中將* select * into tableA。 我創建了一個table tableA。兩次插入到同一個表中
下一次, 從dataB插入*到tableA中。它不起作用。因爲tableA已經存在。
我需要兩次插入數據,而不是聯合dataA和dataB。
從dataA中選擇*到tableA中。 接着, INSERT INTO TABLEA(colum1,colum2)< - 未* SELECT(colum1,colum2) FROM乙