Select *
from tableA A
right join tableB B
on A.key = B.key
left join tableC C
on B.key = C.key
where 條件
文章標籤
全站熱搜
Select *
from tableA A
right join tableB B
on A.key = B.key
left join tableC C
on B.key = C.key
where 條件