Search Results
https://dev.mysql.com/doc/refman/8.4/en/spatial-operator-functions.html
The function is implemented for LineString geometries in all spatial reference systems, both Cartesian and geographic. The function is implemented for LineString geometries in all spatial reference systems, both Cartesian and geographic. The ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-relation-functions-mbr.html
The MBR (also known as the bounding box) for a two-dimensional geometry is the smallest rectangle which holds all points in the geometry, and so encloses the area between its greatest extents in both coordinate directions. In this case, ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html
When this manual refers to “strict mode,” it means a mode with either or both STRICT_TRANS_TABLES or STRICT_ALL_TABLES enabled. SELECT DELETE (both single table and multiple table) INSERT LOAD DATA LOAD XML SELECT SLEEP() UPDATE (both single ...
https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
For the thread type options, you can specify IO_THREAD, SQL_THREAD, both of these, or neither of them. START REPLICA with no thread type options starts all of the replication threads, and so does START REPLICA with both of the thread type options. A ... START REPLICA [thread_types] [until_option] [connection_options] [channel_option] thread_types: [thread_type [, thread_type] ...
https://dev.mysql.com/doc/refman/8.4/en/string-functions.html
TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr FROM] str) Returns the string str with all remstr prefixes or suffixes removed. If none of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is assumed. mysql> SELECT TRIM(' ...For functions that operate on string positions, the first position is numbered ...
https://dev.mysql.com/doc/refman/8.4/en/type-conversion.html
The following rules describe how conversion occurs for comparison operations: If one or both arguments are NULL, the result of the comparison is NULL, except for the NULL-safe <=> equality comparison operator. If both arguments in a comparison ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
E exclude In a partial backup, to select a set of tables, databases, or a combination of both to be omitted from the backup. include In a partial backup, to select a set of tables, databases, or a combination of both to be backed up. MySQL ... These ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
ML_MODEL_EXPORT exports the model to share to a user-defined table that both users need the required privileges to access. Export the Model to Share The admin user needs to export the model to share to a user-defined table that both users can access. This topic describes how to grant other users access to a model you ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-aiaml-error-messages.html
Error number: ML003070; SQLSTATE: 3877 (HY000) Message: For recommendation tasks both user and item column names should be provided. Example: ERROR 3877 (HY000): ML003070: For recommendation tasks both user and item column names should be provided.