oracle跨用户查询

黯尘 2013-05-17 04:28:29
想实现一个功能,根据USERB中某table的某column,查询对应USERA的结果

比如select * from USERA where USERB.table.column='xxxxxx'

求高手指点。oracle10.有dba权限
...全文
199 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
wushangjimo 2013-05-17
  • 打赏
  • 举报
回复
select column from USERA.table where USERB.table.column='xxxxxx' where。。。有什么用
u010412956 2013-05-17
  • 打赏
  • 举报
回复
死的就直接 写 ,知道table名和column列名,替换下就可 select column from USERA.table where USERB.table.column='xxxxxx' 活的就用动态sql。。
jascjasc 2013-05-17
  • 打赏
  • 举报
回复
sys用户登录

17,377

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 基础和管理
社区管理员
  • 基础和管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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