1
This commit is contained in:
@@ -18,7 +18,6 @@ END
|
||||
GO
|
||||
|
||||
|
||||
drop table Accident_Warning
|
||||
--事故警示
|
||||
IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'Accident_Warning') AND type = N'U')
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user