一些有用的SQL Server语句和存储过程[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 applebbs 的 blog

olor: #ff0000">√' else '' end) 主键,
 44
 45       b.name 类型,
 46
 47       a.length 占用字节数,
 48
 49       columnproperty(a.id,a.name,'precision'as 长度,
 50
 51       isnull(columnproperty(a.id,a.name,'scale'),0as 小数位数,
 52
 53       (case when a.isnullable=1 then ''else '' end) 允许空,
 54
 55       isnull(e.text,'') 默认值,
 56
 57      

本文关键:一些有用的SQL Server语句和存储过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top