Refs #28643 -- Added NullIf database function.

Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
This commit is contained in:
Mads Jensen 2018-01-14 22:00:16 +01:00 committed by Tim Graham
parent 217f4456d8
commit 4b9d72210f
6 changed files with 78 additions and 3 deletions

View file

@ -899,6 +899,8 @@ occur when an Oracle datatype is used as a column name. In
particular, take care to avoid using the names ``date``,
``timestamp``, ``number`` or ``float`` as a field name.
.. _oracle-null-empty-strings:
NULL and empty strings
----------------------