09 2017 档案

摘要:一、建表 if exists (select * from sysobjects where id = OBJECT_ID('[test]') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE [test] CREATE TABLE [tes 阅读全文
posted @ 2017-09-21 18:44 NightKey 阅读(1698) 评论(0) 推荐(1)