一个数据库中50个表,能否用sql查询出那些表中含有dw的字段

fzdcn 2004-11-26 12:54:29
一个数据库中50个表,能否用sql查询出那些表中含有dw的字段
...全文
69 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
bluelamb 2004-11-26
  • 打赏
  • 举报
回复
select * from user_tables where colum_name='dw'
yown 2004-11-26
  • 打赏
  • 举报
回复
select table_name from all_tab_columns where column_name='DW';
liuyi8903 2004-11-26
  • 打赏
  • 举报
回复
select * from sys.all_tab_columns t WHERE t.column_name='DW'
fzdcn 2004-11-26
  • 打赏
  • 举报
回复
select * from user_tables where colum_name='dw'

colum_name is wrong

17,137

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧