Yahoo Poland Wyszukiwanie w Internecie

Search results

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

  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 an IF-THEN-ELSE comparison. See the syntax, parameters, differences with CASE, and examples of using DECODE in various clauses and scenarios.

  5. DECODE is an advanced function that the Oracle database supports. It is used to work as an IF-THEN-ELSE statement. The DECODE function is supported in the various versions of the Oracle/PLSQL, including, Oracle 12c, Oracle 11g, Oracle 10g and Oracle 9i.

  6. 6 sie 2024 · This tutorial provides a comprehensive guide to using the SQL DECODE() function in Oracle. I will also compare DECODE() to CASE WHEN in Oracle and help you understand when to use each function. Finally, I will provide code for the equivalent transformations in SQL Server, PostgreSQL, and MySQL.

  7. 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: DECODE (wyrażenie, wartość1, wynik1, wartość2 ...

  1. Ludzie szukają również