Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/insert.html
                                 INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [PARTITION (partition_name [, partition_name] ...)] [(col_name [, col_name] ...)] { {VALUES | VALUE} (value_list) [, (value_list)] ... | TABLE table_name | VALUES ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-prepare.html
                                 This topic describes how to prepare the data to use for topic modeling. To prepare the data for this use case, you set up a dataset to use for both training and testing. You have the option to automatically Prepare Training and Testing Datasets ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-prepare.html
                                 This topic describes how to prepare the data to use for topic modeling. To prepare the data for this use case, you set up a dataset to use for both training and testing. You have the option to automatically Prepare Training and Testing Datasets ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/load-xml.html
                                The tagname in the optional ROWS IDENTIFIED BY clause must also be given as a literal string, and must be surrounded by angle brackets (< and >). LOAD XML acts as the complement of running the mysql client in XML output mode (that is, starting the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-range-list.html
                                 Adding and dropping of range and list partitions are handled in a similar fashion, so we discuss the management of both sorts of partitioning in this section. For information about working with tables that are partitioned by hash or key, see ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html
                                 The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the value of the sql_mode system variable. DBAs can set the global SQL mode to match site server operating requirements, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
                                 GenAI lets you use tables containing your own vector embedding to run retrieval-augmented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables ...
                                            
                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/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/insert-on-duplicate.html
                                 If you specify an ON DUPLICATE KEY UPDATE clause and a row to be inserted would cause a duplicate value in a UNIQUE index or PRIMARY KEY, an UPDATE of the old row occurs. If column b is also unique, the INSERT is equivalent to this UPDATE statement ...