Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
                                 The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
                                SMALLINT SMALLINT BIGINT BIGINT BIT TINYINT(1) FLOAT FLOAT Precision value is used for storage size in both. REAL FLOAT NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL SMALLMONEY DECIMAL CHAR CHAR/LONGTEXT Depending on its length.  The following table ...
                                            
                https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
                                Example: a BIGINT column containing 65 looks like: hexadecimal 41 00 00 00 00 00 00 00 -- (length = 8, value = 65) FLOAT Storage: fixed-length binary, always four bytes. Example: a FLOAT column containing approximately 65 looks like: hexadecimal 00 ... Next I'll describe the physical attributes of each column in a ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
                                Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by NdbInterpretedCode. See NdbOperation::Type for a listing of operation types and their corresponding NdbOperation subclasses. NdbOperation ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
                                The use of the AUTO_INCREMENT modifier with FLOAT and DOUBLE columns in CREATE TABLE and ALTER TABLE statements was deprecated in MySQL 8.0; support for it is removed altogether in MySQL 8.4, where it raises ER_WRONG_FIELD_SPEC (Incorrect column ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-differing-tables.html
                                Between any of the decimal types DECIMAL, FLOAT, DOUBLE, and NUMERIC. FLOAT to DOUBLE is a non-lossy conversion; DOUBLE to FLOAT can only be handled lossily.  Source and target tables for replication do not have to be identical. A table on the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/spatial-convenience-functions.html
                                 The functions in this section provide convenience operations on geometry values. Unless otherwise specified, functions in this section handle their geometry arguments as follows: If any argument is NULL, the return value is NULL. If any geometry ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/window-function-optimization.html
                                For example, adding a very small floating-point value to a very large value causes the very small value to be “hidden” by the large value. Loss of precision due to inverse aggregation is a factor only for operations on floating-point ... Window ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
                                 The majority of Microsoft applications have been tested with Connector/ODBC, including Microsoft Office, Microsoft Access and the various programming languages supported within ASP and Microsoft Visual Studio. 5.8.2.1.1 Microsoft Access To improve ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                 Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...