Search



Search Results
Displaying 211 to 220 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/numeric-functions.html
Table 14.8 Numeric Functions and Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator ABS() Return the absolute value ACOS() Return ...
https://dev.mysql.com/doc/refman/8.4/en/sys-schema-functions.html
The following sections describe sys schema stored functions. ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-function-descriptions.html
The following sections provide detailed descriptions of the functions that enable reading the stream of replication events from a MySQL server binary log.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-plugin-function-descriptions.html
The following sections provide detailed descriptions of the functions that enable management of client plugins.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-thread-function-descriptions.html
To create a threaded client, use the functions described in the following sections.
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
Invoke mysqlslap like this: mysqlslap [options] Some options such as --create or --query enable you to specify a string containing an SQL statement or a file containing statements. --create=value Command-Line Format --create=value Type String The ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
The args item must satisfy these conditions: If the function takes no arguments, no args item should be given. If the function does take arguments, an args item is needed, and the arguments must be given in the order listed in the function ...For ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-syntax.html
Variables Functions and operators Variables The following variables are available: $.router.bindAddress: (string) matches the IP address on which the router is configured to listen for incoming connections. Matching Rules Routing Guideline matching ... The top-level properties of a routing guideline document are: destinations: groupings of MySQL servers using pattern-matching ...
https://dev.mysql.com/doc/refman/8.4/en/comparison-operators.html
Strings are automatically converted to numbers and numbers to strings as necessary. Some of the functions in this section return values other than 1 (TRUE), 0 (FALSE), or NULL. LEAST() and GREATEST() are examples of such functions; Section 14.3, ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
Prefix lengths are given in characters for nonbinary string types and in bytes for binary string types. To retrieve an AUTO_INCREMENT value after inserting a row, use the LAST_INSERT_ID() SQL function or the mysql_insert_id() C API function. The ...
Displaying 211 to 220 of 2652 total results