📜  删除过程 sql 代码示例

📅  最后修改于: 2022-03-11 15:05:01.960000             🧑  作者: Mango

代码示例1
#Delete a Stored Procedure in SQL 
#to delete from the current database

DROP PROCEDURE [];  
GO