Rechercher dans le manuel MySQL

Displaying 151 to 160 of 180 total results
https://dev.mysql.com/mysql-shell-tutorial-python-documents-index.html
Here, the index is created using the Population field inside the demographics object, which is indexed as an integer numeric value. Indexes are used to find documents with specific field values quickly. Without an index, MySQL must begin with the ...
https://dev.mysql.com/mysql-ssl-rsa-setup.html
The value is a user name, not a numeric user ID. This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL and secure password exchange using RSA over unencrypted connections, if ...
https://dev.mysql.com/mysql-stmt-fetch.html
Each numeric and temporal type has a fixed length, as listed in the following table. int mysql_stmt_fetch(MYSQL_STMT *stmt) mysql_stmt_fetch() returns the next row in the result set. It can be called only while the result set exists; that is, after ...
https://dev.mysql.com/mysqlbinlog.html
--binlog-row-event-max-size=N Property Value Command-Line Format --binlog-row-event-max-size=# Type Numeric Default Value 4294967040 Minimum Value 256 Maximum Value 18446744073709547520 Specify the maximum size of a row-based binary log event, in ...
https://dev.mysql.com/mysqldump-delimited-text.html
--fields-optionally-enclosed-by=char The character within which to enclose non-numeric column values (default: no character). This section describes how to use mysqldump to create delimited-text dump files. For information about reloading such dump ...
https://dev.mysql.com/null-values.html
Be aware that the NULL value is different from values such as 0 for numeric types or the empty string for string types. The NULL value means “no data.” NULL can be written in any lettercase. For text file import or export operations performed ...
https://dev.mysql.com/optimizing-innodb-storage-layout.html
For tables that are big, or contain lots of repetitive text or numeric data, consider using COMPRESSED row format. Once your data reaches a stable size, or a growing table has increased by tens or some hundreds of megabytes, consider using the ...
https://dev.mysql.com/partitioning-columns.html
(This is the same as with partitioning by RANGE and LIST.) Other numeric data types (such as DECIMAL or FLOAT) are not supported as partitioning columns. The next two sections discuss COLUMNS partitioning, which are variants on RANGE and LIST ...
https://dev.mysql.com/profiling-table.html
The PROFILING table has these columns: QUERY_ID A numeric statement identifier. Its contents correspond to the information produced by the SHOW PROFILE and SHOW PROFILES statements (see Section 13.7.7.30, “SHOW PROFILE Statement”). The table is ...
https://dev.mysql.com/program-variables.html
For variables that take a numeric value, the value can be given with a suffix of K, M, or G to indicate a multiplier of 1024, 10242 or 10243. Many MySQL programs have internal variables that can be set at runtime using the SET statement. See ...
Displaying 151 to 160 of 180 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-numeric-p-16.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