得到一个表列的个数:select count(a.name) as count from syscolumns a where a.id=object_id(‘TB_B_PROJECTS‘)
修改列的长度: alter table [TB_B_PROJECTS] alter column [INTRODUCE] varchar(2048)
like排除: select distinct projectcode from prj_017 where PROJECTCODE not like‘P%‘ and PROJECTCODE not like‘S%‘ and PROJECTCODE not like‘ P%‘ and PROJECTCODE not like‘ S%‘
查看触发器跟表之间的关系:sp_depends ‘[Opportunity]‘
sql常用语句
标签:
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did160519