📄 shaolin.master.dp2
字号:
/****** Object: Table [dbo].[book] Script Date: 2007-7-4 21:52:28 ******/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[book]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[book]
GO
/****** Object: Table [dbo].[book1] Script Date: 2007-7-4 21:52:28 ******/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[book1]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[book1]
GO
/****** Object: Table [dbo].[borrow] Script Date: 2007-7-4 21:52:28 ******/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[borrow]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[borrow]
GO
/****** Object: Table [dbo].[reader] Script Date: 2007-7-4 21:52:28 ******/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[reader]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[reader]
GO
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -