我有兩個表,table1
有2列,table2
有3列。在SQL中插入表1到表2的數據
我想將table1 col1 and table1 col2
的值插入到一列的table2中。
這裏是table1
數據:
╔════════╦════════╗
║ Col1 ║ Col2 ║
╠════════╬════════╣
║ Value1 ║ Value2 ║
╚════════╩════════╝
請插入到table2
行:像
╔════════╦
║ Value1 ║
╠════════╣
║ Value2 ║
╚════════╝
如何使用SQL做到這一點?
有沒有聽說過標點符號?我無法理解你的問題。 – HoneyBadger