Rechercher dans le manuel MySQL

Displaying 91 to 100 of 180 total results
https://dev.mysql.com/replication-options-gtids.html
enforce_gtid_consistency Property Value Command-Line Format --enforce-gtid-consistency[=value] System Variable enforce_gtid_consistency Scope Global Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value OFF Valid Values OFFONWARN ...
https://dev.mysql.com/server-status-variable-reference.html
The following table lists all status variables applicable within mysqld. The last column indicates whether the scope for each variable is Global, Session, or both. Please see the corresponding item descriptions for details on setting and using the ...
https://dev.mysql.com/st-spatial-reference-systems-table.html
ORGANIZATION_COORDSYS_ID The numeric ID given to the spatial reference system by the organization that defined it. The ST_SPATIAL_REFERENCE_SYSTEMS table provides information about available spatial reference systems for spatial data. Entries in ...
https://dev.mysql.com/type-conversion.html
For example, a comparison of string and numeric operands takes places as a comparison of floating-point numbers. Implicit conversion of a numeric or temporal value to string produces a value that has a character set and collation determined by the ... When an operator is used with operands of different types, type conversion occurs to make the operands ...
https://dev.mysql.com/adding-native-function.html
To add a native MySQL function, use the procedure described here, which requires that you use a source distribution. You cannot add native functions to a binary distribution because it is necessary to modify MySQL source code and compile MySQL from ...
https://dev.mysql.com/audit-api-message-emit.html
Each value can be a string or numeric value, or NULL. As of MySQL 8.0.14, the audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() user-defined function. For ...
https://dev.mysql.com/binary-log.html
mysqld appends a numeric extension to the binary log base name to generate binary log file names. The binary log contains “events” that describe database changes such as table creation operations or changes to table data. It also contains ...
https://dev.mysql.com/binary-varbinary.html
This means they have the binary character set and collation, and comparison and sorting are based on the numeric values of the bytes in the values. The BINARY and VARBINARY types are similar to CHAR and VARCHAR, except that they store binary ...
https://dev.mysql.com/blob.html
They have the binary character set and collation, and comparison and sorting are based on the numeric values of the bytes in column values. A BLOB is a binary large object that can hold a variable amount of data. These differ only in the maximum ...
https://dev.mysql.com/case-sensitivity.html
For binary strings (BINARY, VARBINARY, BLOB), comparisons use the numeric values of the bytes in the operands; this means that for alphabetic characters, comparisons will be case-sensitive. For nonbinary strings (CHAR, VARCHAR, TEXT), string ...
Displaying 91 to 100 of 180 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-numeric-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