zoukankan      html  css  js  c++  java
  • 备份需求库规划库储备库四库数据到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;
    
    select * into temp.re_cover_point_copy_2021_04_11 from re_cover_point;
    select * into temp.re_macro_station_copy_2021_04_11 from re_macro_station;
    select * into temp.re_micro_station_copy_2021_04_11 from re_micro_station;
    select * into temp.re_indoor_copy_2021_04_11 from re_indoor;
    select * into temp.re_cell_copy_2021_04_11 from re_cell;
    
    
    
    select * into temp.st_cover_point_copy_2021_04_11 from st_cover_point;
    select * into temp.st_macro_station_copy_2021_04_11 from st_macro_station;
    select * into temp.st_micro_station_copy_2021_04_11 from st_micro_station;
    select * into temp.st_indoor_copy_2021_04_11 from st_indoor;
    select * into temp.st_cell_copy_2021_04_11 from st_cell;
    ##############阁下如果是抄袭,爬取文章作恶或误导他人的开发者,请阅读中国现行法律的相关处罚条例再动手,转载之前最好先验证#############
  • 相关阅读:
    [转]趣题:一个n位数平均有多少个单调区间?---- From Matrix67
    2015编程之美复赛
    Codeforces Round #304 (Div. 2)
    HDU 5226
    HDU 5225
    HDU 3666
    HDU 4598
    Codeforces Round #303 (Div. 2) E
    编程之美初赛第二场AB
    2015 编程之美初赛第一场 AC题
  • 原文地址:https://www.cnblogs.com/chuyuan/p/14592930.html
Copyright © 2011-2022 走看看