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;
    ##############阁下如果是抄袭,爬取文章作恶或误导他人的开发者,请阅读中国现行法律的相关处罚条例再动手,转载之前最好先验证#############
  • 相关阅读:
    java中变量的内存分配
    类加载器的双亲委派机制
    缓存行对齐
    缓存一致性与MESI协议
    Mysql优化之join优化
    MySQL crc32 & crc64函数 提高字符串查询效率
    线程不安全
    学习爱上 systemd
    Ubuntu如何备份和恢复系统
    redis报错overcommit_memory is set to 0
  • 原文地址:https://www.cnblogs.com/chuyuan/p/14592930.html
Copyright © 2011-2022 走看看