Check if a variable is null in plsql

if var is NULL then
  var :=5;
end if;

Leave a Comment