SQL语句:
select syscolumns.name,systypes.name,syscolumns.length from syscolumns join sysobjects on syscolumns.id=sysobjects.id and sysobjects.xtype=’U’ join systypes on systypes.xtype=syscolumns.xtype where sysobjects.name=’master_location’ order by syscolumns.id
能够将查询出来的表字段的具体信息,拷贝粘贴到Word中。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/119152.html原文链接:https://javaforall.cn