Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hwaml-learn-with-genai.html
                                 Available as of MySQL 9.4.0, the NL2ML routine enables you to learn about MySQL HeatWave AutoML by leveraging Oracle Cloud Infrastructure Generative AI (OCI) and asking questions in natural language. Before You Begin Overview Use Oracle Cloud ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate-table.html
                                 The ML_GENERATE_TABLE routine runs multiple text generation or summarization queries in a batch, in parallel. The output generated for every input query is the same as the output generated by the ML_GENERATE routine. Note In versions older than ...
                                            
                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/atomic-ddl.html
                                An atomic DDL statement combines the data dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic operation. The operation is either committed, with applicable changes persisted to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-binary-collations.html
                                 This section describes how the binary collation for binary strings compares to _bin collations for nonbinary strings. Binary strings (as stored using the BINARY, VARBINARY, and BLOB data types) have a character set and collation named binary. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-collation-implementations.html
                                 MySQL implements several types of collations: Simple collations for 8-bit character sets This kind of collation is implemented using an array of 256 weights that defines a one-to-one mapping from character codes to weights. It is a case-insensitive ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-conversion.html
                                 To convert a binary or nonbinary string column to use a particular character set, use ALTER TABLE. For successful conversion to occur, one of the following conditions must apply: If the column has a binary data type (BINARY, VARBINARY, BLOB), all ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-utf16.html
                                 The utf16 character set is the ucs2 character set with an extension that enables encoding of supplementary characters: For a BMP character, utf16 and ucs2 have identical storage characteristics: same code values, same encoding, same length. For a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/column-indexes.html
                                 The most common type of index involves a single column, storing copies of the values from that column in a data structure, allowing fast lookups for the rows with the corresponding column values. The B-tree data structure lets the index quickly ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/crashing.html
                                 Each MySQL version is tested on many platforms before it is released. This does not mean that there are no bugs in MySQL, but if there are bugs, they should be very few and can be hard to find. If you have a problem, it always helps if you try to ...