totalcredit.sql
来自「在学习SQL Server过程中整理的T-SQL语句」· SQL 代码 · 共 11 行
SQL
11 行
use test
go
if exists(select name from sysobjects where nanme = 'totalcredit' and type = 'p')
drop procedure totalcredit
go
use test
go
create procedure totalcredit @name varchar(10),
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?