Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
                                 The execute_prepared_stmt_from_app_async routine creates an asynchronous task associated with a specific application user. Application-level asynchronous task lets you filter and track tasks for individual application users using an ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
                                 As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
                                 Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and Elements. Error number: ML001016; SQLSTATE: HY000 Message: Only classification, regression, and forecasting tasks are ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html
                                 This section describes aggregate functions that operate on sets of values. They are often used with a GROUP BY clause to group values into subsets. If you use an aggregate function in a statement containing no GROUP BY clause, it is equivalent to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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/8.4/en/audit-log-reference.html
                                Unless those objects are installed, the audit_log plugin operates in (deprecated) legacy mode. Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account data. The tables can be ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html
                                 This section describes the functions that can be used to manipulate temporal values. See Section 13.2, “Date and Time Data Types”, for a description of the range of values each date and time type has and the valid formats in which values may be ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/flow-control-functions.html
                                The second syntax returns the result for the first condition that is true. If no comparison or condition is true, the result after ELSE is returned, or NULL if there is no ELSE part. Note The syntax of the CASE operator described here differs ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json.html
                                The JSON data type provides these advantages over storing JSON-format strings in a string column: Automatic validation of JSON documents stored in JSON columns. JSON documents stored in JSON columns are converted to an internal format that permits ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-api-definition.html
                                 The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster data. If no computer or host name is provided, any host can use this SQL or API ...