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 1 to 10 of 119 total results
https://dev.mysql.com/window-function-descriptions.html
LAG() (and the similar LEAD() function) are often used to compute differences between rows. The last row shows the same thing when there is no next row for LEAD(). LAG() and LEAD() also serve to compute sums rather than differences. LEAD(expr [, N[, ... This section describes nonaggregate window functions that, for each row from a query, perform a calculation using rows related to that ...
https://dev.mysql.com/server-error-reference.html
Error number: 1557; Symbol: ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED; SQLSTATE: 23000 Message: Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry Error number: 1558; Symbol: ... The MySQL server writes ...
https://dev.mysql.com/fulltext-boolean.html
InnoDB full-text search does not support the use of a leading plus sign with wildcard ('+*'), a plus and minus sign combination ('+-'), or leading a plus and minus sign combination ('+-apple'). The boolean full-text search capability supports the ...
https://dev.mysql.com/string-functions.html
mysql> SELECT LPAD('hi',4,'??'); -> '??hi' mysql> SELECT LPAD('hi',1,'??'); -> 'h' LTRIM(str) Returns the string str with leading space characters removed. TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr FROM] str) Returns the ...
https://dev.mysql.com/server-system-variables.html
With statement-based binary logging, having different modes for the master and slaves might lead to replication errors. If a tag value of tag is specified, it is appended to the server identifier with a leading hyphen, resulting in a syslog ... The ...
https://dev.mysql.com/optimizer-hints.html
If the hint includes no leading @query_block_name, the hint applies to the query block in which it occurs. If the hint includes no leading @query_block_name, the hint applies to the query block in which it occurs. If the hint includes no leading ...
https://dev.mysql.com/mysql-cluster-ndbd-definition.html
DataMemory can be changed, but decreasing it can be risky; doing so can easily lead to a node or even an entire NDB Cluster that is unable to restart due to there being insufficient memory space. Because full parallelism in such cases can lead to ...
https://dev.mysql.com/replication-options-slave.html
You can use the --relay-log option to specify an alternative location, by adding a leading absolute path name to the base name to specify a different directory. You can use the --relay-log-index option to specify an alternative location, by adding a ... This section explains the server options and system variables that apply to slave replication servers and contains the following: Startup Options for Replication Slaves Options for Logging Slave Status to Tables System Variables Used on Replication Slaves Specify the options either on the command line or in an option ...
https://dev.mysql.com/func-op-summary-ref.html
GTID_SUBTRACT() Return all GTIDs in set that are not in subset. JSON_CONTAINS() Whether JSON document contains specific object at path JSON_CONTAINS_PATH() Whether JSON document contains any data at path JSON_DEPTH() Maximum depth of JSON document ...
https://dev.mysql.com/partitioning-limitations.html
Therefore, a change in the SQL mode at any time after the creation of partitioned tables may lead to major changes in the behavior of such tables, and could easily lead to corruption or loss of data. In some cases, using large numbers (hundreds) of ... This section discusses current restrictions and limitations on MySQL partitioning ...
Displaying 1 to 10 of 119 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-leading-p-1.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