cursor_upd.sql

来自「sybase linux or unix develope library pa」· SQL 代码 · 共 11 行

SQL
11
字号
use pubs2goif exists ( select 1 from sysobjects where name = 'publishers2' and type = 'U' )	drop table publishers2goselect * into publishers2 from publishersgocreate unique index pubind on publishers2(pub_id)go

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?