lundi 5 décembre 2016

How can I skip the else if statement?

I have a condition like this:

IF Exists(INSERT)

ELSE IF EXISTS(INSERT)

ELSE

I want to skip execution of 'else if' when 'IF' is already executed.OR Is there any way to skip both IF and ELSE IF if the value doest not exist. I don't want to execute them both. Any suggestion?

Aucun commentaire:

Enregistrer un commentaire