Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2afa73a9
Commit
2afa73a9
authored
Jul 22, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify NULLIF example
found by "Vesa-Matti J Kari" <vmkari@cc.helsinki.fi>
parent
846c364d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+4
-3
No files found.
doc/src/sgml/func.sgml
View file @
2afa73a9
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.48
2 2009/06/17 21:58:49 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.48
3 2009/07/22 18:07:26 petere
Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -9193,8 +9193,9 @@ SELECT NULLIF(value, '(none)') ...
</programlisting>
</para>
<para>
If
<replaceable>
value1
</replaceable>
is
<literal>
(none)
</>
, return a null,
otherwise return
<replaceable>
value1
</replaceable>
.
In this example, if
<literal>
value
</literal>
is
<literal>
(none)
</>
,
null is returned, otherwise the value of
<literal>
value
</literal>
is returned.
</para>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment