About 1,460,000 results
Open links in new tab
  1. SQL nvl equivalent - without if/case statements & isnull & coalesce

    Jan 19, 2009 · Are there any nvl() equivalent functions in SQL? Or something close enough to be used in the same way in certain scenarios? UPDATE: no if statementsno case statementsno …

  2. Query to get purchase order blanket release details

    Nov 23, 2020 · Hello Experts, Oracle Apps: 12.2.4 DB Version: 11.2.0.1 We are trying to get PO blanket release details but it seems some conditions are not proper and the records are …

  3. Oracle Differences between NVL and Coalesce - Stack Overflow

    Jun 4, 2009 · Are there non obvious differences between NVL and Coalesce in Oracle? The obvious differences are that coalesce will return the first non null item in its parameter list …

  4. SQL for aging — oracle-mosc

    Jan 31, 2010 · Hi Eric This is the SQL Agins 4 Buckets is running: select ps . org_id customer_org_id , decode ( UPPER ( : p_order_by ) , 'CUSTOMER' , NULL , types . …

  5. oracle database - Select statement inside NVL - Stack Overflow

    You need parentheses wrapping the select statement inside the function. It's better practice really to use Coalesce () rather than Nvl ()

  6. Query to find the HRBP Representative of an Employee in HCM …

    Jan 31, 2022 · Summary: Find a 'HR Business Partner' of an Employee in HCM Database - to create a report on Employee and his/her 'HR Business Partner Representative' details.

  7. sql - Check if a variable is null in plsql - Stack Overflow

    NVL takes two arguments, the first being a variable and the second being a value (constant or computed). NVL looks at its first argument and, if it finds that the first argument is NULL, …

  8. BIPS Data Model - how to handle a date parameter with a text …

    Feb 15, 2019 · and nvl (prd.calendar_period_close_date,sysdate+1) >= cast ('01-'||'&MyPeriodSelector' as date) I remove the speech marks around the variable name and it …

  9. sql - Oracle NVL with empty string - Stack Overflow

    Oracle NVL with empty string Asked 11 years ago Modified 8 years, 5 months ago Viewed 52k times

  10. Query or updating item, getting error: FDFGVD failed due to ORA …

    Dec 5, 2022 · Getting the following error while query in organization items/updating attributes. Please let me know if you have any idea about this error.