会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
飞翔鸟
人生无止境,奋斗不息
飞翔—鸟
博客园
首页
新随笔
联系
订阅
管理
2017年8月28日
sql server得到某个数据库的所有表和所有字段
摘要: select b.name tablename,a.name as columnnamefrom sys.columns a,sys.objects b,sys.types cwhere a.object_id=b.object_idand a.user_type_id=c.user_type_id
阅读全文
posted @ 2017-08-28 17:50 飞翔—鸟
阅读(415)
评论(0)
推荐(0)
编辑
公告