cursor_proc.sql
来自「sybase linux or unix develope library pa」· SQL 代码 · 共 10 行
SQL
10 行
use tempdbgoif exists ( select 1 from sysobjects where type = 'P' and name = 'testproc' ) drop proc testprocgocreate proc testproc (@type char(5))as select name from sysobjects where type = @typego
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?