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 321 to 330 of 341 total results
https://dev.mysql.com/stored-programs-logging.html
These events bring databases up to date from the point of the backup. The binary log contains information about SQL statements that modify database contents. This information is stored in the form of “events” that describe the modifications.
https://dev.mysql.com/subqueries.html
All subquery forms and operations that the SQL standard requires are supported, as well as a few features that are MySQL-specific. Here is an example of a subquery: SELECT * FROM t1 WHERE column1 = (SELECT column1 FROM t2); In this example, SELECT * ...
https://dev.mysql.com/testing-server.html
After the data directory is initialized and you have started the server, perform some simple tests to make sure that it works satisfactorily. This section assumes that your current location is the MySQL installation directory and that it has a bin ...
https://dev.mysql.com/time.html
The only delimiter recognized between a time part and a fractional seconds part is the decimal point. By default, values that lie outside the TIME range but are otherwise valid are clipped to the closest endpoint of the range. MySQL retrieves and ...
https://dev.mysql.com/user-variables.html
User variables can be assigned a value from a limited set of data types: integer, decimal, floating-point, binary or nonbinary string, or NULL value. You can store a value in a user-defined variable in one statement and refer to it later in another ...
https://dev.mysql.com/using-encrypted-connections.html
At this point, those changes have no effect on new connections, and corresponding context-related system and status variables may have different values. Several configuration parameters are available to indicate whether to use encrypted ...
https://dev.mysql.com/using-systemd.html
This might be a problem if the data directory is a remote mount that has temporarily disappeared: The mount point would appear to be an empty data directory, which then would be initialized as a new data directory. If you install MySQL from a source ...
https://dev.mysql.com/version-tokens-reference.html
At this point, any statement sent by the client fails, unless the server token list changes such that it matches again. The following discussion serves as a reference to these Version Tokens components: Version Tokens Functions Version Tokens ...
https://dev.mysql.com/view-updatability.html
Earlier discussion in this section pointed out that a view is not insertable if not all columns are simple column references (for example, if it contains columns that are expressions or composite expressions). Some views are updatable and ...
https://dev.mysql.com/window-functions-frames.html
The frame_extent value indicates the start and end points of the frame. The definition of a window used with a window function can include a frame clause. A frame is a subset of the current partition and the frame clause specifies how to define the ...
Displaying 321 to 330 of 341 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-point-p-33.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