当前位置:Gxlcms > 数据库问题 > 数据库知识

数据库知识

时间:2021-07-01 10:21:17 帮助过:32人阅读

Select name from syscolumns Where ID=OBJECT_ID(‘表名‘)
查看表信息
select * from information_schema.tables 

查看视图信息
select * from information_schema.views 

查看列信息
select * from information_schema.columns 

查看扩展属性

select * from sys.extended_properties

 

数据库知识

标签:rom   form   mat   ted   bsp   数据库   info   查看   知识   

人气教程排行