刷新建设批次为空的sql

update npas.pl_cover_point set construction_batch='' , construction_batch_key=null where construction_batch='用户要求刷空';



update npas.pl_macro_station set construction_batch='' , construction_batch_key=null where construction_batch='用户要求刷空';



update npas.pl_micro_station set construction_batch='' , construction_batch_key=null where construction_batch='用户要求刷空'



update npas.pl_indoor set construction_batch='' , construction_batch_key=null where construction_batch='用户要求刷空'



update npas.pl_cell set construction_batch='' , construction_batch_key=null where construction_batch='用户要求刷空'
原文地址:https://www.cnblogs.com/chuyuan/p/14054145.html