dynamic_ins.sql
来自「sybase linux or unix develope library pa」· SQL 代码 · 共 11 行
SQL
11 行
use tempdbgoif exists ( select 1 from sysobjects where name = 'test' and type = 'U' ) drop table testgocreate table test(col1 int null, col2 char(25) null)go
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?