好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

SQL判断字段类型语句

-->Title:Generating test data
-->Author:wufeng4552
-->Date :2009-09-25 09:56:07
if object_id('tb')is not null drop table tb
go
create table tb(ID int,name text)
insert tb select 1,'test'
go
--方法1

代码如下:

查看更多关于SQL判断字段类型语句的详细内容...

  阅读:45次