fengxiang
IF EXISTS(SELECT 1 FROM sysobjects A,syscolumns B WHERE A.id=B.id AND A.[name]=\'sys_Module\' AND B.[name]=\'M_ShowType\')
    
ALTER TABLE sys_Module DROP COLUMN M_ShowType
alter table sys_Module add M_ShowType int

 

分类:

技术点:

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-12-30
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-09-28
相关资源
相似解决方案