Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code DEF204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Rechercher dans le manuel MySQL

Displaying 21 to 30 of 182 total results
https://dev.mysql.com/error-log-rule-based-filtering.html
Where applicable, symbolic values are preferable to numeric values for readability and portability. Error codes can be specified in numeric form or as the corresponding error symbol. Symbolic names can be specified as quoted strings for comparison ... The log_filter_dragnet log filter component enables log filtering based on user-defined ...
https://dev.mysql.com/hexadecimal-literals.html
In numeric contexts, MySQL treats a hexadecimal literal like a BIGINT (64-bit integer). To ensure numeric treatment of a hexadecimal literal, use it in numeric context. Due to the difference in result types, the displayed values differ: High-order 0 ... Hexadecimal literal values are written using X'val' or 0xval notation, where val contains hexadecimal digits (0..9, ...
https://dev.mysql.com/json.html
The following comparison operators and functions are not yet supported with JSON values: BETWEEN IN() GREATEST() LEAST() A workaround for the comparison operators and functions just listed is to cast JSON values to a native MySQL numeric or string ...The JSON data type provides these advantages over storing JSON-format strings in a string column: Automatic validation of JSON documents stored in JSON ...
https://dev.mysql.com/error-log-priority-based-filtering.html
A numeric code may be specified with or without the MY- prefix. Examples of permitted code formats: ER_SERVER_SHUTDOWN_COMPLETE MY-000031 000031 MY-31 31 Symbolic values are preferable to numeric values for readability and portability. Although ...
https://dev.mysql.com/insert.html
For the FLOAT and DECIMAL columns, the string-to-number conversion considers the entire string a valid numeric value. This is 0 for numeric types, the empty string ('') for string types, and the “zero” value for date and time types. Instead, the ... INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [PARTITION (partition_name [, partition_name] ...)] [(col_name [, col_name] ...)] {VALUES | VALUE} (value_list) [, (value_list)] ...
https://dev.mysql.com/set.html
MySQL stores SET values numerically, with the low-order bit of the stored value corresponding to the first set member. If you retrieve a SET value in a numeric context, the value retrieved has bits set corresponding to the set members that make up ... A SET is a string object that can have zero or more values, each of which must be chosen from a list of permitted values specified when the table is ...
https://dev.mysql.com/string-functions.html
ASCII(str) Returns the numeric value of the leftmost character of the string str. A numeric argument is converted to its equivalent nonbinary string form. For a numeric argument N, HEX() returns a hexadecimal string representation of the value of N ...For functions that operate on string positions, the first position is numbered ...
https://dev.mysql.com/audit-log-filter-definitions.html
Table 6.32 audit_log_connection_policy_value Values Value Corresponding audit_log_connection_policy Value 0 or "::none" NONE 1 or "::errors" ERRORS 2 or "::all" ALL The "::xxx" values are symbolic pseudo-constants that may be given instead of the ...
https://dev.mysql.com/constraint-invalid-data.html
If you try to store a string that does not start with a number into a numeric column, MySQL Server stores 0. In general, this is 0 for numeric types, the empty string ('') for string types, and the “zero” value for date and time types. By ...
https://dev.mysql.com/converting-tables-to-innodb.html
Consider using an auto-increment column if there is not another stable, unique, non-null, numeric column to use. Use the smallest practical numeric type based on the maximum projected size of the table. If you do set up a numeric ID column for the ... If you have MyISAM tables that you want to convert to InnoDB for better reliability and scalability, review the following guidelines and tips before ...
Displaying 21 to 30 of 182 total results

Suchen Sie im MySQL-Handbuch

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-fct-numeric-p-3.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:en Manuel MySQL : https://dev.mysql.com/

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut