Oracle NULL functions equivalent in Oracle
Project description
oracle_to_python
This package has equivalent NULL functions in Python as are there in Oracle
This package oracle_to_python.nulls has below functions.
- nvl(value,return_if_value_None)
- nvl2(expr1, value_if_expr1_not_null, value_if_expr1_null)
- nullif(value1, value2) returns None if value1 and value2 are same else value1
- coalesce(list_of_values) returns first not None value, if all values in list are False, then will return None
pip install oracle_to_python
Module name
nulls
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oracle_to_python-0.0.2.tar.gz.
File metadata
- Download URL: oracle_to_python-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e969b59dada813d0394eadeff2cb46b88de333c01a56ade31f481e4737941b43
|
|
| MD5 |
c9a24f94f05698b05c38c672da245dcf
|
|
| BLAKE2b-256 |
82aa484a7577871bfbfa3d89bdf89e04df7fc1a72929eb350b2a23a7f7f9efc8
|
File details
Details for the file oracle_to_python-0.0.2-py3-none-any.whl.
File metadata
- Download URL: oracle_to_python-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da717e40d70abbe480cae080df60595965f9d7bc80a721abe1295c51c9a5a902
|
|
| MD5 |
39cc9dcf9c0ba1329acb7ed6c5a5acba
|
|
| BLAKE2b-256 |
8b9cffaa17e0586bf991302b88d0aaaf79c1572c8e8d389e3c68285f26ef144f
|