摘要:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CRM_LoginUser]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[CRM_LoginUser]GO if not exists (select * from dbo.sy... 阅读全文
posted @ 2007-03-11 20:18 hhq80 阅读(258) 评论(0) 推荐(0)
浙公网安备 33010602011771号