Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 31 to 40 of 253 total results
https://dev.mysql.com/doc/refman/9.7/en/data-masking-plugin-functions.html
margin1: A nonnegative integer that specifies the number of characters on the left end of the string to remain unmasked. margin2: A nonnegative integer that specifies the number of characters on the right end of the string to remain unmasked. The ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
--allow-pk-changes Command-Line Format --allow-pk-changes[=0|1] Type Integer Default Value 0 Minimum Value 0 Maximum Value 1 When this option is set to 1, ndb_restore allows the primary keys in a table definition to differ from that of the same ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-libraries.html
For example, to include a library named ourlib in the current database along with one having the same name but residing in the other database, you could use the statement shown here: CREATE FUNCTION myfunc(x INTEGER) RETURNS INTEGER LANGUAGE ...
https://dev.mysql.com/doc/refman/9.7/en/validate-password-options-variables.html
validate_password.length Command-Line Format --validate-password.length=# System Variable validate_password.length Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 8 Minimum Value 0 The minimum number of characters that ...
https://dev.mysql.com/doc/refman/9.7/en/aggregate-functions.html
The SUM() and AVG() functions return a DECIMAL value for exact-value arguments (integer or DECIMAL), and a DOUBLE value for approximate-value arguments (FLOAT or DOUBLE). Numeric evaluation occurs otherwise, with argument value conversion to ...
https://dev.mysql.com/doc/refman/9.7/en/arithmetic-functions.html
Table 14.9 Arithmetic Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator DIV Integer division The usual arithmetic operators are ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
The field value is an integer that represents the UNIX timestamp value indicating the date and time when the audit event was generated. audit_log.max_size Command-Line Format --audit-log.max-size=# System Variable audit_log.max_size Scope Global ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-reference.html
audit_log_filter_id Deprecated Yes System Variable audit_log_filter_id Scope Global, Session Dynamic No SET_VAR Hint Applies No Type Integer Default Value 1 Minimum Value 0 Maximum Value 4294967295 The session value of this variable indicates the ...
https://dev.mysql.com/doc/refman/9.7/en/date-and-time-functions.html
mysql> SELECT DATE_ADD('2008-01-02', INTERVAL 31 DAY); -> '2008-02-02' mysql> SELECT ADDDATE('2008-01-02', INTERVAL 31 DAY); -> '2008-02-02' When invoked with the days form of the second argument, MySQL treats it as an integer number of days to be ... This section describes the functions that can be used to manipulate temporal ...
https://dev.mysql.com/doc/refman/9.7/en/flow-control-functions.html
Otherwise, the result is an integer type (with one exception): If all integer types are all signed or all unsigned, the result is the same sign and the precision is the highest of all specified integer types (that is, TINYINT, SMALLINT, MEDIUMINT, ...The second syntax returns the result for the first condition that is ...
Displaying 31 to 40 of 253 total results