国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

查詢數據庫中,表結構的詳細信息

2024-07-21 02:11:26
字體:
來源:轉載
供稿:網友
select
 表名=case when a.colorder=1 then d.name else '' end,
 字段序號=a.colorder,
 字段名=a.name,
 標識=case when columnproperty( a.id,a.name,'isidentity')=1 then '√'else '' end,
 主鍵=case when exists(select 1 from sysobjects where xtype='pk' and name in (
  select name from sysindexes where indid in(
   select indid from sysindexkeys where id = a.id and colid=a.colid
  ))) then '√' else '' end,
 類型=b.name,
 占用字節數=a.length,
 長度=columnproperty(a.id,a.name,'precision'),
 小數位數=isnull(columnproperty(a.id,a.name,'scale'),0),
 允許空=case when a.isnullable=1 then '√'else '' end,
 默認值=isnull(e.text,''),
 字段說明=isnull(g.[value],'')
from syscolumns a
 left join systypes b on a.xtype=b.xusertype
 inner join sysobjects d on a.id=d.id  and d.xtype='u' and  d.name<>'dtproperties'
 left join syscomments e on a.cdefault=e.id
 left join sysproperties g on a.id=g.id and a.colid=g.smallid 
order by a.id,a.colorder
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 盈江县| 扶余县| 肃宁县| 邵武市| 汉川市| 徐水县| 衡东县| 武功县| 沈阳市| 华容县| 图片| 井研县| 西城区| 正阳县| 电白县| 北安市| 天祝| 武邑县| 兴文县| 金堂县| 岱山县| 府谷县| 闵行区| 南漳县| 南川市| 泽州县| 法库县| 应用必备| 邯郸市| 山阴县| 石泉县| 中山市| 根河市| 潢川县| 温州市| 静宁县| 桦川县| 沙坪坝区| 堆龙德庆县| 东明县| 丽江市|