select col from ( select 'a' srt, col, row_number() over (order by col) rn from t1 union all select 'b', col, row_number() over (order by col) from t2 union all select 'c', col, row_number() over (order by col) from t3 ) order by rn,srt
어제 밤에 만취해서 댓글 썼더니 지금 보니 엉망이네요ㅋㅋ 수정했음다.
컴퓨터를 할 시간이 없어서 늦게 봤네요..
답변 감사합니다~