备份需求库规划库数据到temp模式里

select * into temp.de_cover_point_copy_2021_03_29 from de_cover_point;
select * into temp.de_macro_station_copy_2021_03_29 from de_macro_station;
select * into temp.de_micro_station_copy_2021_03_29 from de_micro_station;
select * into temp.de_indoor_copy_2021_03_29 from de_indoor;
select * into temp.de_cell_copy_2021_03_29 from de_cell;


select * into temp.pl_cover_point_copy_2021_03_29 from pl_cover_point;
select * into temp.pl_macro_station_copy_2021_03_29 from pl_macro_station;
select * into temp.pl_micro_station_copy_2021_03_29 from pl_micro_station;
select * into temp.pl_indoor_copy_2021_03_29 from pl_indoor;
select * into temp.pl_cell_copy_2021_03_29 from pl_cell;

 

上一篇:给定两个链表,找出两个链表相交的起始交点


下一篇:ZYNQ PL系列(四)Modelsim独立仿真Vivado RAM IP