About 1,340,000 results
Open links in new tab
  1. NVL - Oracle Help Center

    Appendix C in Oracle Database Globalization Support Guide for the collation derivation rules, which define the collation assigned to the return value of NVL when it is a character value

  2. How to use NVL in PL/SQL for Date columns? - Stack Overflow

    Nov 10, 2020 · This compares the releasedate column values as a date, rather than converting it to a string; instead the string arguments are converted to dates to match the column data type, which is …

  3. Oracle NVL () Function

    This tutorial shows you how to use the Oracle NVL () function to substitute null with a more meaningful alternative.

  4. SQL NVL - Syntax, Use Cases, and Examples | Hightouch

    The complete guide to SQL NVL. Learn the syntax, parameters, use cases and find practical examples in the Hightouch SQL Dictionary.

  5. SQL ISNULL (), NVL (), IFNULL () and COALESCE () Functions

    In SQL Server, which function can be used to replace NULL values with a specified alternative? Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, …

  6. SQL NVL () Explained - Database.Guide

    Jun 8, 2022 · This syntax makes NVL() a synonym for COALESCE() (which returns the first non-NULL value of its arguments). Products that use this syntax include Amazon Redshift and IBM DB2.

  7. NVL in SQL Explained: Simplify Null Value Handling Efficiently

    May 3, 2025 · The NVL function in SQL replaces NULL values with a default. Learn how to use it, understand the syntax, and see how it compares to COALESCE for SQL queries.

  8. SQL NVL function - TutorialsCampus

    NVL function is used to replace NULL values in the existing table with specified value in result set. NVL function works on ORACLE database. NVL function returns numeric or string values based on the …

  9. Oracle Tutorial: NVL function explained with examples

    In this Oracle Tutorial we will learn about NVL function with examples. NVL stands for Null Value

  10. SQL - NVL Function | 1Keydata

    Jun 19, 2023 · The 1Keydata SQL Tutorial teaches beginners the building blocks of SQL. This section explains the NVL function.