Recent content by Doug Hay

  1. D

    PL/SQL Beautifier issue with nested CASE statements

    I have noticed an issue when using nested case statements, the results from the beautifier are a little strange. See below: SELECT NVL((CASE MAX(CASE SEC.ACCESS_PERMISSION_VALUE WHEN 'N' THEN 0 WHEN 'R' THEN 1 WHEN 'U' THEN...
Back
Top