答:
use UserLibs
select a . name as tbname , b . [name] as colname
from sysobjects a
left join syscolumns b
on a . id = b . id
where (1 = 1)
and a . type in( N'U')
名称(*)
邮箱
网址
正文(*)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。