CREATE TABLE t1 LIKE testTable
CREATE TABLE t2 LIKE testTable
CREATE TABLE t3 LIKE testTable
CREATE TABLE tableALL LIKE testTable;
ALTER TABLE tableALL ENGINE=MERGE UNION=(t1,t2,t3) INSERT_METHOD=LAST;
tableALL
t1、t2、および t3 を SQL クエリで結合した a を取得できますか?