All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.plsqlopen.rules.plsql.NvlWithNullParameter.html Maven / Gradle / Ivy

The newest version!

The NVL function lets you replace a null value with a valid value value. So, don't specify a NULL literal or an empty string as a parameter of a NVL call.

Noncompliant Code Example

var := nvl(x, '');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy