Thread: multiple conditions in same plpglsql IF block

multiple conditions in same plpglsql IF block

From
Dennis Gearon
Date:
I'd like to do something like this:

IF IS NULL OR argument = '' THEN

in a plpgsql block. WHAT is the LOGICAL 'OR' that will work in the IF statement?