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;
    ##############阁下如果是抄袭,爬取文章作恶或误导他人的开发者,请阅读中国现行法律的相关处罚条例再动手,转载之前最好先验证#############
  • 相关阅读:
    9.2模拟题解
    NOI1995 石子合并
    NOIP2012 借教室
    织梦内页读取栏目banner图
    mysql数据库版本引发的问题
    简单修改hosts文件加快打开网页速度
    详细剖析电脑hosts文件的作用和修改
    内部标签样式
    织梦让当前的子栏目拥有特殊的样式
    织梦获取单个顶级栏目名
  • 原文地址:https://www.cnblogs.com/chuyuan/p/14592930.html
Copyright © 2011-2022 走看看