Referring to a previous question, i was wondering if its always possible to replace DECODE by CASE and which one is better for performance?
Both the NULL to NULL Comparison returns the value as 1 instead of DECODE returning the value of 1 and CASE returning as 0.