array_bind.sql

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

SQL
11
字号
use tempdbgoif exists ( select 1 from sysobjects where name = 'test_bcp' and type = 'U')	drop table test_bcpgocreate table test_bcp( id 		int		not null,  name		varchar(20) 	null)go

⌨️ 快捷键说明

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