标签:where use obj sel 存储 nbsp roc sts exist
sybase 脚本删除存储过程
if exists (select 1
from sysobjects
where id = object_id(‘P_add_user‘)
and type = ‘P‘)
drop procedure P_add_user
go
标签:where use obj sel 存储 nbsp roc sts exist
原文地址:http://www.cnblogs.com/yangxuming/p/6663635.html