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

MySQL and MariaDB - Overview of the Conversion functions

MySQL and MariaDB provides a set of conversion functions that can be used to convert a value from one data type to another. Conversion functions can be useful when working with different data types and character sets in SQL queries. They can be used to ensure that data is properly formatted and to perform operations on data that would not be possible with the original data type. However, it is important to use them carefully and to ensure that the converted data is valid and accurate.
Konvertierungs-Funktionen

BINBIN(Integer)
Gibt eine Zeichenfolge zurück, die eine binäre Darstellung einer Zahl enthält.
More about BIN Function
CASTCAST(Value AS Type)
Wandelt einen Wert in einen bestimmten Typ um.
More about CAST Function
CONVCONV(Value, from Base, to Base)
Konvertiert Zahlen zwischen verschiedenen Zahlen-Systemen.
More about CONV Function
CONVERTCONVERT(Expression [, in type] [, or character set])
Wandelt einen Wert in einen bestimmten Typ um.
More about CONVERT Function
HEXHEX(Integer or 'string')
Gibt die hexadezimale Darstellung von Zahlen oder Zeichenketten zurück.
More about HEX Function
OCTOCT(Integer)
Gibt einen String zurück, der die Oktaldarstellung einer Zahl enthält.
More about OCT Function
UNHEXUNHEX(String)
Wandelt hexadezimaler Ziffern in entsprechende Zeichen um.
More about UNHEX Function


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