Hello all, In my procedure i am checking the input parameter for null
begin
if :ip_join_set_id = '' then if :ip
i also tried if:ip_join_set_id is null
But it doesn't seem to go into the if condition.
How can i simulate an empty value or null input parameter?
Any ideas?