Union all

    技术2022-05-19  18

    --把两个相同结构的表union后插入到一个新表中select * into table_nowfrom table_1union all select * from table_2--Truncate table table_now


    最新回复(0)