hi
i need to have result from thsi query ,
select a.productname,b.qun
from
product a, real_product b
where a.id = b.id
and year(a.date_f) = 2007 and month(a.date_f) = 1
GROUPBY a.product_name,month(a.)
ORDERBYcount(Product_name)DESC) set1
how to do in ssis