Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-features-differing-tables.html
Between any of the string types CHAR, VARCHAR, and TEXT, including conversions between different widths. Conversion of a CHAR, VARCHAR, or TEXT to a CHAR, VARCHAR, or TEXT column the same size or larger is never lossy. Source and target tables for ...
https://dev.mysql.com/doc/refman/8.4/en/signal.html
If pval is 1, p() signals an error and sets the MESSAGE_TEXT condition information item. The error terminates the procedure, and the text is returned with the error information. If pval is anything else, p() first signals a warning and sets the ...
https://dev.mysql.com/doc/refman/8.4/en/silent-column-changes.html
If strict SQL mode is not enabled, a VARCHAR column with a length specification greater than 65535 is converted to TEXT, and a VARBINARY column with a length specification greater than 65535 is converted to BLOB. Specifying the CHARACTER SET binary ... In some cases, MySQL silently changes column specifications from those given in a CREATE TABLE or ALTER TABLE ...
https://dev.mysql.com/doc/refman/8.4/en/string-literals.html
These statements are equivalent: SELECT N'some text'; SELECT n'some text'; SELECT _utf8'some text'; For information about these forms of string syntax, see Section 12.3.7, “The National Character Set”, and Section 12.3.8, “Character Set ... A ...
https://dev.mysql.com/doc/refman/8.4/en/sys-list-add.html
Adds a value to a comma-separated list of values and returns the result. This function and list_drop() can be useful for manipulating the value of system variables such as sql_mode and optimizer_switch that take a comma-separated list of values.
https://dev.mysql.com/doc/refman/8.4/en/sys-list-drop.html
For more information, see the description of list_add() Parameters in_list TEXT: The list to be modified. Removes a value from a comma-separated list of values and returns the result.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Similarly, on Windows, you can create a batch file using Notepad or another text editor, copy the same get commands as shown previously into it, and save it as get-attributes.bat in a convenient location such as the Windows desktop. Online help is ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
Interfaces for several types of plugins exist, such as storage engines, full-text parser, and INFORMATION_SCHEMA tables. For example, a library containing a full-text parser plugin has a general plugin API version number, and the plugin has a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-supported-models.html
The quality of the generated text outputs depends on the training and ability of the LLM to work with the language. What's Next Learn how to perform the following tasks: Generate Text-Based Content Set Up a Vector Store Generate Vector Embeddings ...