From 2afa73a9e8545b880ca439385f5aa8c0cf716aa8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 22 Jul 2009 18:07:26 +0000 Subject: [PATCH] Clarify NULLIF example found by "Vesa-Matti J Kari" --- doc/src/sgml/func.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index cbadf0f99a..b84f7d18dd 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. -- 2.40.0