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 91 to 100 of 103 total results
https://dev.mysql.com/mysqlimport.html
(You might have to double the backslashes, depending on the escaping conventions of your command interpreter.) See Section 13.2.7, “LOAD DATA Statement”. The mysqlimport client provides a command-line interface to the LOAD DATA SQL statement.
https://dev.mysql.com/optimizer-hints.html
If the ANSI_QUOTES SQL mode is enabled, it is also possible to quote query block names within double quotation marks: SELECT /*+ BKA(@"my hint name") */ ... One means of control over optimizer strategies is to set the optimizer_switch system ...
https://dev.mysql.com/option-files.html
The value optionally can be enclosed within single quotation marks or double quotation marks, which is useful if the value contains a # comment character. Most MySQL programs can read startup options from option files (sometimes called ...
https://dev.mysql.com/precision-math-expressions.html
If a numeric expression contains any strings, they are converted to double-precision floating-point values and the expression is approximate. With precision math, exact-value numbers are used as given whenever possible. For example, numbers in ...
https://dev.mysql.com/replication-options-slave.html
If you use the option on the command line, you might need to double the backslashes or quote the option value, depending on your command interpreter. This section explains the server options and system variables that apply to slave replication ...
https://dev.mysql.com/resetting-permissions.html
Start the MySQL server with the init_file system variable set to name the file (notice that the backslash in the option value is doubled): C:\> cd "C:\Program Files\MySQL\MySQL Server 8.0\bin" C:\> mysqld --init-file=C:\\mysql-init.txt If you ... If ...
https://dev.mysql.com/secure-client-programming.html
Try to enter single and double quotation marks (' and ") in all of your Web forms. Applications that access MySQL should not trust any data entered by users, who can try to trick your code by entering special or escaped character sequences in Web ...
https://dev.mysql.com/spatial-convenience-functions.html
If the distance exceeds the range of a double-precision number, an ER_STD_OVERFLOW_ERROR error occurs. The functions in this section provide convenience operations on geometry values. Unless otherwise specified, functions in this section handle ...
https://dev.mysql.com/string-comparison-functions.html
mysql> SELECT 10 LIKE '1%'; -> 1 Note Because MySQL uses C escape syntax in strings (for example, \n to represent a newline character), you must double any \ that you use in LIKE strings. Table 12.8 String Comparison Functions and Operators Name ...
https://dev.mysql.com/string-functions.html
For functions that operate on string positions, the first position is numbered 1. For functions that take length arguments, noninteger arguments are rounded to the nearest integer. ASCII(str) Returns the numeric value of the leftmost character of ...
Displaying 91 to 100 of 103 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-double-p-10.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