Skip to content
Advertisement

NULL handling enhancement in PL/SQL query

The below query doesn’t list out all records that contain null value in WFD_DETECTION_EPA when we pass in some value in S1_WFD_OPERATION_CODE variable. Only records with WFD_DETECTION_EPA is not null appear in the result.

How to enhance this query?

Advertisement

Answer

You can use condition combined with OR

Cheers!!

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement