select a.no,a.name,b.subid,b.subname,c.score
Posted zzfx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了select a.no,a.name,b.subid,b.subname,c.score相关的知识,希望对你有一定的参考价值。
select a.no,a.name,b.subid,b.subname,c.score
from a,b,c
where a.no = c.no and b.subid = c.subid ;
以上是关于select a.no,a.name,b.subid,b.subname,c.score的主要内容,如果未能解决你的问题,请参考以下文章
求高手,oracle一直报这个错误:ORA--00923 无法在应该出现from关键字的位置上找到它,如何解决
如何在 EXCEL ORACLE CONNECTION 中将 2 个查询合并为一个
oracle 怎么更新多个值 update A a set a.id = (select b.id from B b where a.name=b.name)