©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
This website works better with Javascript
The MyWAY SQL Manager can be downloaded here for free: as PHP installation file as GZIP file as ZIP archive
If the download from this page does not work, you can also download the program here (Virus checked at heise.de).
By downloading you accept the General Terms and Conditions
The program MyWAY SQL-Manager only works with Javascript
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: 2025-11-04ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedin©2020-2025 Heino Cunze-Fischer