Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. Learn how to use the Oracle CASE expression to add if-else logic to SQL statements without calling a procedure. See the syntax and examples of simple and searched CASE expressions in SELECT, UPDATE, and HAVING clauses.

  2. In a simple CASE expression, Oracle Database searches for the first WHEN... THEN pair for which expr is equal to comparison_expr and returns return_expr. If none of the WHEN... THEN pairs meet this condition, and an ELSE clause exists, then Oracle returns else_expr. Otherwise, Oracle returns null.

  3. This Oracle tutorial explains how to use the Oracle / PLSQL CASE statement with syntax and examples. The Oracle / PLSQL CASE statement has the functionality of an IF-THEN-ELSE statement. Starting in Oracle 9i, you can use the CASE statement within a SQL statement.

  4. 7 gru 2023 · Learn how to use case expressions in Oracle SQL to implement IF-THEN logic in select, where, join, and PL/SQL. See simple and searched case expressions, key-value pairs, and performance tips.

  5. Since web search for Oracle case tops to that link, I add here for case statement, though not answer to the question asked about case expression: CASE. WHEN grade = 'A' THEN dbms_output.put_line('Excellent'); WHEN grade = 'B' THEN dbms_output.put_line('Very Good'); WHEN grade = 'C' THEN dbms_output.put_line('Good');

  6. 28 cze 2024 · W tym samouczku wyjaśniono, jak używać instrukcji case PL/SQL, w tym proste przypadki i wyszukiwane przypadki ze składnią, przykładami i objaśnieniem kodu dla lepszego zrozumienia.

  7. 8 lut 2023 · Dowiedz się, jak używać funkcji CASE w Oracle SQL do wykonywania warunkowych operacji na danych w bazie danych. Zobacz przykład składni i zastosowania funkcji CASE w zapytaniach SQL.

  1. Ludzie szukają również