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;
    ##############阁下如果是抄袭,爬取文章作恶或误导他人的开发者,请阅读中国现行法律的相关处罚条例再动手,转载之前最好先验证#############
  • 相关阅读:
    SpringBoot整合flyway
    JavaFTP递归查询指定目录下的所有目录和文件
    初识网络设备
    Session
    Cookie
    文件下载
    PHP文件上传
    数据库操作函数笔记
    Apache #Tomcat CVE-2020-9484
    红方人员实战手册
  • 原文地址:https://www.cnblogs.com/chuyuan/p/14592930.html
Copyright © 2011-2022 走看看