get all table's information concerned
生活随笔
收集整理的這篇文章主要介紹了
get all table's information concerned
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1 get all columnname
select?[name]?from?syscolums?where?id=object_id('tablename)
2 get all tables
select [name] from SysObjects where type='U'
3 get all datatype of system
select?[xtype],[name] from SysTypes?
select?[name]?from?syscolums?where?id=object_id('tablename)
2 get all tables
select [name] from SysObjects where type='U'
3 get all datatype of system
select?[xtype],[name] from SysTypes?
轉載于:https://www.cnblogs.com/Winston/archive/2008/01/16/1040970.html
總結
以上是生活随笔為你收集整理的get all table's information concerned的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: J0ker的CISSP之路:复习-Acc
- 下一篇: 点站点链接出现短时间白屏或闪屏现象