Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/adding-collation-unicode-uca.html
                                 This section describes how to add a UCA collation for a Unicode character set by writing the <collation> element within a <charset> character set description in the MySQL Index.xml file. It uses a subset of the Locale Data Markup Language (LDML) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-foreign-keys.html
                                For example, if you define a RESTRICT type constraint, and there is a child row with several parent rows, InnoDB does not permit the deletion of any of the parent rows. This means that you cannot use self-referential ON UPDATE CASCADE or ON UPDATE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/built-in-function-reference.html
                                 The following table lists each built-in (native) function and operator and provides a short description of each one. For a table listing functions that are loadable at runtime, see Section 14.2, “Loadable Function Reference”. ->> Return value ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
                                 Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/character-arrays.html
                                 Each simple character set has a configuration file located in the sql/share/charsets directory. For a character set named MYSYS, the file is named MYSET.xml. <map> elements appear within these elements: <ctype> defines attributes for each character. <collation> elements indicate character ordering for comparison and sorting, one element per ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/column-count-limit.html
                                 This section describes limits on the number of columns in tables and the size of individual rows. Column Count Limits Row Size Limits Column Count Limits MySQL has hard limit of 4096 columns per table, but the effective maximum may be less for a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-check-constraints.html
                                 CREATE TABLE permits the core features of table and column CHECK constraints, for all storage engines. CREATE TABLE permits the following CHECK constraint syntax, for both table constraints and column constraints: [CONSTRAINT [symbol]] CHECK (expr) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-ndb-comment-options.html
                                 NDB_COLUMN Options NDB_TABLE Options It is possible to set a number of options specific to NDB Cluster in the table comment or column comments of an NDB table. Table-level options for controlling read from any replica and partition balance can be ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-select.html
                                 You can create one table from another by adding a SELECT statement at the end of the CREATE TABLE statement: CREATE TABLE new_tbl [AS] SELECT * FROM orig_tbl; MySQL creates new columns for all elements in the SELECT. For example: mysql> CREATE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-usage.html
                                 Before using MySQL Enterprise Data Masking and De-Identification, install it according to the instructions provided at Section 8.5.2.1, “MySQL Enterprise Data Masking and De-Identification Component Installation”. To use MySQL Enterprise Data ...