No cache version.


Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

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

Find a PHP function

Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-fct-double-p-10.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:en Manuel MySQL : https://dev.mysql.com/

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut