You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule G-4220 recommends replacing DECODE with CASE. If DECODE is comparing to NULL, you must choose searched CASE instead of simple CASE. The rule should warn about this.