Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. Learn how to use the Oracle DECODE () function to embed if-then-else logic in SQL queries. See syntax, arguments, examples, and tips for using DECODE with ORDER BY, GROUP BY, and SUM.

  2. 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.

  3. DECODE compares expr to each search value and returns the corresponding result or default. Learn the syntax, description, examples, and data type conversion of DECODE in Oracle Database Release 19.

  4. 1 cze 2023 · Learn how to use the Oracle DECODE function to perform IF-THEN-ELSE comparisons in SQL queries. See the syntax, parameters, differences with CASE, and examples of DECODE with NULL, LIKE, and greater than.

  5. docs.oracle.com › cd › B19306_01DECODE - Oracle

    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 default is omitted, then Oracle returns null.

  6. 9 lut 2023 · Funkcja DECODE jest bardzo prosta w użyciu. Składa się z trzech argumentów: wyrażenia, które ma być porównane, wartości, które mają być porównane i wyniku, który ma być zwrócony w przypadku, gdy wyrażenie jest równe wartości. Składnia funkcji DECODE wygląda następująco:

  7. 6 sie 2024 · Learn how to use the SQL DECODE() function in Oracle for conditional logic in data transformation. Compare DECODE() to CASE WHEN in Oracle and see code for other databases.

  1. Ludzie szukają również