About 32,600 results
Open links in new tab
  1. SQL Essentials: NVL Function Explained — NetSuite Community

    May 16, 2024 · The NVL function evaluates 'expression' and returns 'substitute_value' if 'expression' is null; otherwise, it returns the value of 'expression' itself. For example: Consider a scenario where …

  2. SQL Essentials: NVL2 Function Explained — NetSuite Community

    May 16, 2024 · NVL2, a SQL function, offers a solution by providing nuanced handling of null and non-null values, enabling more flexible and accurate analysis. Understanding the Syntax

  3. SQL Essentials: NVL vs COALESCE — NetSuite Community

    May 2, 2025 · Overview NVL and COALESCE are both SQL functions used to handle and replace null values in a dataset, but they have distinct characteristics and use cases.

  4. NVL command with ' ' (space) as NULL — oracle-mosc

    Jun 11, 2013 · PL/SQL (MOSC) NVL command with ' ' (space) as NULL Jun 11, 2013 3:30PM edited Jun 12, 2013 7:13AM 8 comments Answered Hi, In our DB we store character NULL values as a …

  5. How to work with Multiple selection and NVL function In Parameter

    Mar 19, 2023 · Summary: How to work with Multiple selection and NVL function Content (required): Hi All, Hope everyone is doing well.

  6. Filter query using NVL not working — Cloud Customer Connect

    Apr 12, 2021 · Summary Unable to save query when trying to use the NVL command with a logical sql Content Hi All, I hope someone is able to help me with an issue that I am having. I have a query that …

  7. How to use NVL function in DB adapter — Cloud Customer Connect

    Oct 6, 2022 · Summary: How to NVL function in DB adapter Content (required): Hi Team, I want to use NVL function in DB adapter but it seems it not supported. Is there any workaround available?Below …

  8. DB adapter must support writing queries with NVL function

    Feb 26, 2021 · Organization Name Pricewaterhouse Coopers LimitedDescription Provide support for writing queries with NVL function in OIC DB adapter.

  9. SQL to fetch the security profiles attached to a data role.

    Sep 18, 2023 · SQL to fetch the security profiles attached to a data role. Version (include the version you are using, if applicable): 23C Code Snippet (add any code snippets that support your topic, if …

  10. SQL Essentials: CASE Function Explained — NetSuite Community

    Apr 30, 2025 · Overview The CASE function in NetSuite's Saved Search SQL is a powerful tool reminiscent of the IF-THEN-ELSE logic, allowing you to apply conditional logic to your data.