match - How are NULL or empty string values handled during matching?

Réponse

By default, empty strings are treated as NULL values (`emptyStringIsNull` is TRUE). However, NULL values are not matched with each other (`nullValuesMatch` is FALSE). You can change these behaviors by setting these boolean parameters.
Did this answer help you?