Search



Search Results
Displaying 721 to 730 of 2167 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-run.html
The following options are available to specify where and how the JSON documents are imported: schema: "db_name" The name of the target database. The JSON import utility requires an existing X Protocol connection to the server. In the MySQL Shell ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
invalidEngineForeignKey: Checks for columns with foreign keys pointing to tables from a different database engine. dbObject A string identifying the database object to which the message relates. description If available, a string with a specific ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-generate-table.html
OutputTableColumn: specifies the names of the database, table, and column where the generated text-based response is stored. Possible values are float values between 0 and 5 For the In-Database LLM. The ML_GENERATE_TABLE routine runs multiple text ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-model-import.html
model_metadata: To import a model from a table: database: The name of the database. Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-select.html
In this case, it replaces the first %s with '1999-01-01', and the second with '1999-12-31'. The data used to replace the %s-markers in the query is passed as a tuple: (hire_start, hire_end). The following example shows how to query data using a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-select.html
In this case, it replaces the first %s with '1999-01-01', and the second with '1999-12-31'. The data used to replace the %s-markers in the query is passed as a tuple: (hire_start, hire_end). The following example shows how to query data using a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Optimistic locking for database-generated fields was improved with the inclusion of the [ConcurrencyCheck, DatabaseGenerated(DatabaseGeneratedOption.Computed)] attribute. With ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. A JSON document (for example, set("Greeting", mysqlx.expr("{'season':'winter', 'phrase': 'Happy Holiday'}")) ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. A JSON document (for example, set("Greeting", mysqlx.expr("{'season':'winter', 'phrase': 'Happy Holiday'}")) ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. A JSON document (for example, set("Greeting", mysqlx.expr("{'season':'winter', 'phrase': 'Happy Holiday'}")) ...
Displaying 721 to 730 of 2167 total results