摘要:
在SQL数据库中,判断指定表中是否存在指定列,如果不存在,则创建:if (NOT exists ( select * from dbo.syscolumns where name = 'g_id_gglx' and id in (select id from dbo.sysobjects where id = object_id(N'[dbo].[crm_custom_zk]') and OBJE... 阅读全文
posted @ 2008-09-18 09:11
文强
阅读(635)
评论(0)
推荐(0)
浙公网安备 33010602011771号