Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 16 Ιαν 2011 · You can use IF() where in Oracle you would have used DECODE(). mysql> select if(emp_id=1,'X','Y') as test, emp_id from emps;

  2. 1 Ιουν 2023 · The purpose of the Oracle DECODE function is to perform an IF-THEN-ELSE function. It’s similar to a CASE statement, but CASE is a statement where DECODE is a function. It allows you to provide a value, and then evaluate other values against it and show different results.

  3. Oracle DECODE() function examples. Let’s take some examples of using the DECODE() function to see how it works. A) Use DECODE() function to make data more meaningful. See the following locations table in the sample database:

  4. 6 Αυγ 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.

  5. 29 Ιαν 2021 · This is the MySQLWorkbench Reference Manual. It documents the MySQL Workbench Community and MySQL Workbench Commercial releases for versions 8.0 through 8.0.23. If you have not yet installed the MySQL Workbench Community release, please download your free copy from the download site.

  6. MySQL Workbench allows you to create, manage, and configure your connections and connection parameters to MySQL database servers. It also allows you to execute SQL queries on these connections using the in-built editor.

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

  1. Γίνεται επίσης αναζήτηση για