Search



Search Results
Displaying 231 to 240 of 740 total results
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-statement-tables.html
SQL statements are expressed as text, such as DELETE FROM t1 or SELECT * FROM t2. If the request is a statement, the statement text is read and given to the parser. For a request read as a statement from the relay log on a replica: Statements in the ...Statement events occur at a high level of the event ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/en/srjs-api-using.html
For help installing the database from the download file, see Section 6.5.1.5, “Executing SQL Statements from a Text File”. This section discusses the use of the API in executing and in obtaining and processing results from both simple SQL ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-llm.html
Signature (single job)Object LLM.generate( String prompt, Object options ) Arguments prompt (String): prompt to be used for text generation options (Object) (default {}): an object containing the options used by this instance; see the description of ... LLM Constructor LLM.unload() LLM.generate() LLM.embed() LLM.rag() This class represents a large language ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/connector-cpp/9.7/en/connector-cpp-apps-windows-notes.html
In the Additional Include Directories text field: Add the include/ directory of Connector/C++. In the Additional Library Directories text field, add the Connector/C++ import or static library directory as specified in Table 5.2, “Connector/C++ ...
Displaying 231 to 240 of 740 total results