Last updated 5 years ago
Was this helpful?
select union table
select * from people union select * from people2;
union兩個欄位不同的table
select id, name, city from people union select * from people2;