Hi,
Please change the AND condition in this where clause to OR 'and monat eq p_monat and monat eq g_previous_month'
like :
and ( monat eq p_monat OR monat eq g_previous_month )
This should work as expected.
Regards,
Deepak.
Hi,
Please change the AND condition in this where clause to OR 'and monat eq p_monat and monat eq g_previous_month'
like :
and ( monat eq p_monat OR monat eq g_previous_month )
This should work as expected.
Regards,
Deepak.