使用如下sql出错:
select tableA.period as hour,tableB.brw,tableB.pla...
   from tableB 
  full join tableA on tableA.period=tableB.hou如果写成 RIGHT JOIN 可以,但是tableB中的hou=NULL的数据就会丢失,请教大神!!!