Version sans cache

Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 21 to 30 of 335 total results
https://dev.mysql.com/numeric-type-overview.html
For floating-point and fixed-point types, M is the total number of digits that can be stored. M is the total number of digits (the precision) and D is the number of digits after the decimal point (the scale). The decimal point and (for negative ...
https://dev.mysql.com/mysql-cluster-online-add-node-remarks.html
If the master fails: If the internal commit point has been reached: The creation of the node group is rolled forward. If the master fails: If the internal commit point has been reached: The creation of the node group is rolled forward. The creation ... This section provides general information about the behavior of and current limitations in adding NDB Cluster nodes ...
https://dev.mysql.com/charset-unicode-sets.html
Although utf8 is currently an alias for utf8mb3, at some point utf8 will become a reference to utf8mb4. By default, the collation sorts characters having a code point listed in the DUCET table (Default Unicode Collation Element Table) according to ... This section describes the collations available for Unicode character sets and their differentiating ...
https://dev.mysql.com/gis-general-property-functions.html
mysql> SELECT ST_GeometryType(ST_GeomFromText('POINT(1 1)')); +------------------------------------------------+ | ST_GeometryType(ST_GeomFromText('POINT(1 1)')) | +------------------------------------------------+ | POINT | ... The functions listed ...
https://dev.mysql.com/c-api-prepared-statement-data-structures.html
Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...To provide input parameters for a prepared statement, set up MYSQL_BIND structures and pass them to ...
https://dev.mysql.com/faqs-cjk.html
When you select literal (or _introducer hexadecimal-value), do you obtain literal as a result? For example, the Japanese Katakana character Pe (ペ') exists in all CJK character sets, and has the code point value (hexadecimal coding) 0x30da. ucs2 ...
https://dev.mysql.com/gis-mysql-specific-functions.html
For example, you can insert the geometry return value from Point() directly into a POINT column: INSERT INTO t1 (pt_col) VALUES(Point(1,2)); GeomCollection(g [, g] ...) Constructs a GeomCollection value from the geometry arguments. LineString(pt [, ... MySQL provides a set of useful nonstandard functions for creating geometry ...
https://dev.mysql.com/mathematical-functions.html
For string or floating-point arguments, the return value has a floating-point type. For string or floating-point arguments, the return value has a floating-point type. (Note that π radians equals 180 degrees.) mysql> SELECT RADIANS(90); -> ...
https://dev.mysql.com/ldml-rules.html
Character Representation Characters named in LDML rules can be written literally or in \unnnn format, where nnnn is the hexadecimal Unicode code point value. Orderings are given as a set of rules that begin with a reset rule that establishes an ...
https://dev.mysql.com/mysqlbinlog.html
For other usage examples, see the discussion later in this section and in Section 7.5, “Point-in-Time (Incremental) Recovery Using the Binary Log”. For example: shell> mysqlbinlog --start-datetime="2005-12-25 11:25:56" binlog.000003 This option ... The server's binary log consists of files containing “events” that describe modifications to database ...
Displaying 21 to 30 of 335 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-point-p-3.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut