작성 : 2005-12-20 12:07 조회 : 359
(select * from A)
union
(select * from B)
order by d_value DESC
limit 0, 10;
두개의 select로 가져와서
합쳐서 처리