Search



Search Results
Displaying 1191 to 1200 of 1467 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-generate.html
The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. It can include the following parameters: task: specifies the task expected from the LLM.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag.html
The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language query. This routine aims to provide detailed, accurate, and contextually relevant answers by augmenting a generative model with information retrieved ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
In the simplest case, a template consists of two files: a template file, which has a .tpl extension, and a special file info.xml. A third file is optional, which is the preview image file. This preview file provides a thumbnail image illustrating ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-results.html
Note The result set must have a unique row identifier (such as a Primary Key or NOT NULL unique index) as otherwise values cannot be imported because the result set will be read-only. Export or Import data directly from or into the result set. The ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
Change moviesid to movie_id and keep the Datatype as INT, and also select the PK (PRIMARY KEY), NN (NOT NULL), and AI (AUTO_INCREMENT) check boxes. This tutorial describes how to create a new database model and how to forward-engineer a model to a ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
Length of ENUMs and SETs to Display: [20] Show Column Flags Shows column flags, such as NOT NULL and UNSIGNED, along their names in table figures. This section provides configuration options that affect the modeling functionality in MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-foreign-keys-tab.html
The options are: RESTRICT CASCADE SET NULL NO ACTION To drop a foreign key, right-click the row you wish to delete, then select the Delete Selected FKs menu item. The Foreign Keys subtab is organized in much the same fashion as the Indexes subtab ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
The table must have a numeric UNIQUE NOT NULL or PRIMARY KEY that is used to create a WHERE expression for the range. wbcopytables is a command-line utility included in MySQL Workbench that enables you to copy table data from a supported source ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-metadata.html
getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and 'getProcedureColumns()' methods, so they return metadata info for both stored procedures and functions. JDBC4 was extended with the 'getFunctions()' ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
If not set or set to "null", the server will send data in its original character set and the driver will decode it according to the result metadata. sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET ...
Displaying 1191 to 1200 of 1467 total results