Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oracle_to_python-0.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

oracle_to_python-0.0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page