2016-08-03 2 views

답변

0
select * from table1 partition (1) 
UNION ALL 
select * from table1 partition (2) 
UNION ALL 
select * from table1 partition (3) 
--etc. 
; 
관련 문제