sqlite 数据转移本人sql新手,想请问一下我现在有两个table,然后想把table1的一个integer的数据存到table2那里,要怎样实现,用的是sqlite3 c语言[解决办法]insert into table2 (col1) select col1 from table1