oracle-to-python 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

oracletopython 0.0.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.