declarar int @year, @month int
ajustar o @yearFrom = 2009
ajustar o @yearTo = 2011
ajustar o @month = 06
começar
selecionar
h.ivh_revtype1,
@month, @year,
“Linha transporte”,
(soma seleta (i.ivd_charge))
do invoicedetail como i interno se junta ao invoiceheader como h em i.ivh_hdrnumber = h.ivh_hdrnumber
onde o mês (h.ivh_deliverydate) = 06 e i.cht_itemcode gosta de “LH%” e
ano (h.ivh_deliverydate) entre o @yearFrom e o @yearTo
grupo por h.ivh_revtype1
extremidade
|