zoukankan      html  css  js  c++  java
  • 需求库is_reserved_planning和last_reserved_planning状态字段为中文的刷新

    select * from npas.de_cover_point where is_reserved_planning !='0' and is_reserved_planning !='1' and is_reserved_planning !='2' and is_reserved_planning !='3'
    
    
    and last_reserved_planning !='0' and last_reserved_planning !='1' and last_reserved_planning !='2' and last_reserved_planning !='3';
    
    
    
    
    
    update npas.de_cover_point set is_reserved_planning='0' where is_reserved_planning='需求库';
    
    update npas.de_cover_point set is_reserved_planning='1' where is_reserved_planning='储备库';
    
    update npas.de_cover_point set is_reserved_planning='2' where is_reserved_planning='规划库';
    
    
    
    update npas.de_cover_point set last_reserved_planning='0' where last_reserved_planning='需求库';
    
    update npas.de_cover_point set last_reserved_planning='1' where last_reserved_planning='储备库';
    
    update npas.de_cover_point set last_reserved_planning='2' where last_reserved_planning='规划库';
  • 相关阅读:
    CSS之关于clearfix--清除浮动
    C#之垃圾回收
    C#缓存处理
    Asp.Net Mvc4 Ajax提交数据成功弹框后跳转页面
    Asp.Net MVC Ajax
    C#和SQL操作Xml
    领域模型
    Sql操作表字段
    水晶报表行之间切换颜色
    触发器-Trigger
  • 原文地址:https://www.cnblogs.com/chuyuan/p/14134735.html
Copyright © 2011-2022 走看看