what is best between these two IF statement implementation:
IF ( A and B) THEN ... ELSIF ( A ) THEN -- implying B is zero ... END IF;
and this
IF ( A ) THEN IF ( B ) THEN ... ELSE ... END IF; END IF;
Aucun commentaire:
Enregistrer un commentaire