We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d23d7c commit 3919ad8Copy full SHA for 3919ad8
doc/src/sgml/func.sgml
@@ -10015,8 +10015,8 @@ SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
10015
<programlisting>
10016
SELECT COALESCE(description, short_description, '(none)') ...
10017
</programlisting>
10018
- This returns <varname>description</> if it is not null, or
10019
- <varname>short_description</> if it is not null, or <literal>(none)</>.
+ This returns <varname>description</> if it is not null, otherwise
+ <varname>short_description</> if it is not null, otherwise <literal>(none)</>.
10020
</para>
10021
10022
<para>
0 commit comments