728x90
SMALL

select 

T2.INGREDIENT_TYPE, 

sum(T1.TOTAL_ORDER) as TOTAL_ORDER
from 

FIRST_HALF T1,
ICECREAM_INFO T2
where 

T1.FLAVOR = T2.FLAVOR
group by 

T2.INGREDIENT_TYPE

728x90

설정

트랙백

댓글