diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index cbadf0f99a1..b84f7d18dd7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -9193,8 +9193,9 @@ SELECT NULLIF(value, '(none)') ... - If value1 is (none), return a null, - otherwise return value1. + In this example, if value is (none), + null is returned, otherwise the value of value + is returned.