SELEZIONARE Y.LEA,
Y. [tipo di finanziamento],
Y. [FY],
Y. [ripartizione corrente],
Y. [contratto corrente],
Y. [spese correnti],
Z. [contingenza totale]
DA
(C.county_name PRESCELTO COME PRATERIA,
s.source_of_fund COME [tipo di finanziamento],
sottostringa (f.psc_no, 6, 4) COME [FY],
SOMMA (f.current_allocation) COME [ripartizione corrente],
SOMMA (f.current_contract) COME [contratto corrente],
SOMMA (current_expenditure) COME [spese correnti]
Dal source_of_fund_transaction f
UNIRE la contea c
Sulla sottostringa (f.psc_no, 1, 2)=c.county_number
UNIRE il source_of_fund s
Su f.sof_id=s.sof_id
DOVE NON (F. “TRANSACTION_TYPE " = ' C/O Decline
O F. “TRANSACTION_TYPE " = ' C/O Posting
O F. “TRANSACTION_TYPE " = ' Contract') dell'alberino
GRUPPO da c.county_name,
s.source_of_fund,
sottostringa (f.psc_no, 6, 4)
) Y
ESTERNI DI SINISTRA SI UNISCONO
(County_name PRESCELTO COME PRATERIA,
source_of_fund COME [tipo di finanziamento],
sottostringa (psc_no, 6, 4) COME FY,
SOMMA (importo) COME [contingenza totale]
Dal project_contingency p
UNIRE il source_of_fund s
Su p.sof_id=s.sof_id
UNIRE la contea c
Sulla sottostringa (psc_no, 1, 2)=county_number
GRUPPO da s.source_of_fund,
county_name,
sottostringa (psc_no, 6, 4)
) Z
SU Y.LEA = Z.LEA
E Y. [tipo di finanziamento] = Z. [tipo di finanziamento]
E Y. [FY] = Z. [FY]
ORDINE DA Y.LEA,
Y. [tipo di finanziamento],
Y. [FY]
|