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

Zoek in de MySQL-handleiding

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-fct-double-p-10.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:en Manuel MySQL : https://dev.mysql.com/

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut