3 Star 0 Fork 0

Han_Mars/Phone_ExhiBit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
导航删除存储过程.sql 205 Bytes
一键复制 编辑 原始数据 按行查看 历史
hehe 提交于 2017-03-11 11:24 . no commit message
CREATE PROCEDURE Pro_NaviGationDel
(
@NaviId int
)
AS
BEGIN TRY
DELETE FROM NaviGation WHERE NaviId=@NaviId
END TRY
BEGIN CATCH
DECLARE @MSG varchar(500)=error_message()
PRINT @MSG
END CATCH
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hanyaoguo/Phone_ExhiBit.git
git@gitee.com:hanyaoguo/Phone_ExhiBit.git
hanyaoguo
Phone_ExhiBit
Phone_ExhiBit
master

搜索帮助