About 759,000 results
Open links in new tab
  1. DECODE - Oracle Help Center

    DECODE compares expr to each search value one by one. If expr is equal to a search, then Oracle Database returns the corresponding result. If no match is found, then Oracle returns default. If …

  2. Oracle DECODE

    This tutorial shows you how to use the Oracle DECODE() function to add the procedural if-then-else logic to SQL queries.

  3. OracleDECODE で条件をわける【SQL

    Jul 19, 2022 · Oracleで条件をわけるには通常WHERE句を使用しますが、SELECT句の「DECODE」や「CASE」でも条件をわけることができます。 今回は「DECODE」を取り上げます。

  4. DECODE - Oracle Help Center

    DECODE ファンクションでは、Oracleは2つのNULLを同等とみなします。 expr がNULLの場合、Oracleは最初の search 値の result もNULLとして戻します。 DECODE ファンクションのコンポー …

  5. Nidhi Gupta. DECODE vs CASE IN ORACLE | SQL-Ex blog

    Пересказ статьи Nidhi Gupta. DECODE vs CASE IN ORACLE DECODE: Decode - это функция в SQL. Это способ преобразования написанного кода в понимаемый язык. CASE: Case - это …

  6. Oracle / PLSQL: DECODE Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL DECODE function with syntax and examples. The Oracle / PLSQL DECODE function has the functionality of an IF-THEN-ELSE statement.

  7. SQL General Functions - GeeksforGeeks

    Aug 8, 2024 · SQL general functions are essential for streamlining data operations and enhancing the flexibility of SQL queries. They provide powerful capabilities for handling null values, conditional …

  8. Understanding the SQL DECODE() Function - DataCamp

    Aug 6, 2024 · Understanding the SQL DECODE () Function Learn how to use DECODE () in Oracle for conditional logic in data transformation. Compare DECODE () to the CASE WHEN statement in …

  9. Using Regular Expressions in Database Applications - Oracle Help Center

    Oracle SQL support for regular expressions lets application developers implement complex pattern-matching logic in the database, which is useful for these reasons: By centralizing pattern-matching …

  10. SQLORACLEDECODE関数(値を変換する)の使い方 | いちれべ.com

    Feb 1, 2020 · DECODE関数は、オラクルで値を変換する関数です。DECODE関数の特徴として、条件に比較演算子や式を使うことが出来ません。このページでは、具体的な使用例を使い解説していま …