select a.sw as sw,a.kr+b.kr as kr,c.xl as xl
from biao1 a,biao2 b,biao3 c
where a.sw=b.sw(+) and a.sw=c.sw(+)
把BIAO1作为主表!