將二個相同欄位格式的方式合併成同一筆資料。
如:
select * from P1 where id='xxx'
UNION
select * from P2 where id='xxx'
如:
select * from P1 where id='xxx'
UNION
select * from P2 where id='xxx'
請先 登入 以發表留言。