update aa set aa.name=bb.name from aa,bb where aa.a=bb.a
在sqlserver里可以,在oracle里不行,请问该怎么写了?