

We expect that the continued and increasing rate
of sea-level rise and any resulting increase in the frequency or intensity of extreme sea-level events will cause serious problems for
the inhabitants of some of these islands during the 21st century.
Many Happy Returns Of The Day Macho........
SELECT EMP_NUMBER AS EMP_NUMBER,trn_processed_year AS MON_PRS_YEAR,trn_processed_month AS MON_PRS_MONTH,SUM(trn_processed_amt) TXP_PROC_CUR_BASE_EMP_AMT
FROM hs_pr_processedflattxn a,hs_pr_profile f
where TRN_DTL_CODE in ('FE0005')
and COALESCE(trn_processed_amt,0) > 0
and (trn_processed_year = YEAR(TAX_FROM) AND trn_processed_month >= MONTH(TAX_FROM))
group by emp_number,trn_processed_year,trn_processed_month