Sql Server中查询指定表中的字段信息

use 指定数据库名称 go select 字段名 =a.name, 类型 = B.name, 字段说明 =isnull(g.[value],'') from syscolumns a Left Join systypes B On A.xusertype=B.xusertype left join
相关文章
相关标签/搜索