vendredi 25 janvier 2019

ORACLE: alternative to AND operator

Instead of using comparison:

IF column1=value1 AND column2=value2 THEN ...

I want something similar to:

IF (column1, column2) = (value1, value2) THEN ...

Aucun commentaire:

Enregistrer un commentaire