本节讲述:
1:数据表
2:数据类型
系统数据类型
用户自定义的数据类型
exec sp_addtype address,
‘varchar(80)’,‘not null’
运行结果如下:
(1 row(s) affected)
type added.