©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Comparison functions in MySQL, MariaDB

MySQL and MariaDB - Overview of the Comparison functions

MySQL and MariaDB provides a variety of comparison functions that can be used to compare values, perform conditional logic and filter data based on certain criteria in SQL queries. They can be combined with other MySQL functions and operators to perform more complex comparisons and data transformations.
Vergleichs-Funktionen

COALESCECOALESCE(%, %)
Gibt das erste Nicht-NULL-Argument zurück.
More about COALESCE Function
DECODE_ORACLEDECODE_ORACLE()
Decodiert einen Binärstring im Oracle-Modus.
More about DECODE_ORACLE Function
GREATESTGREATEST(%, %)
Gibt das größte Argument zurück.
More about GREATEST Function
INTERVALINTERVAL(%, %)
Gibt den Index des Arguments zurück, das kleiner als das erste Argument ist.
More about INTERVAL Function
IFIF(Expression, Value1, Value2)
Wenn/sonst-Konstrukt.
More about IF Function
LEASTLEAST(%, %)
Gibt das kleinste Argument zurück.
More about LEAST Function
STRCMPSTRCMP(String 1, String 2)
Vergleicht zwei Zeichenketten.
More about STRCMP Function


See also: List of all MySQL and MariaDB built-in functions
Updated: 2023-09-22ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer