Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OCI_CONFIG_PROFILE connection option to define a profile set in OCI_CONFIG_FILE; and it defaults to DEFAULT. (WL #15482) Improved JSON data character support by ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection string. An example connection string: mysqlx://username:password@localhost:33160/myschema?ssl-mode=enabled where ...Statements executed using the session are executed against this default schema if no other schema is ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-remove.html
The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be removed ...The following methods can be chained to the remove() method to configure the deletion: limit(int): Limits the number of documents to be deleted to ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-remove.html
The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be removed ...The following methods can be chained to the remove() method to configure the deletion: limit(int): Limits the number of documents to be deleted to ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-remove.html
The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be removed ...The following methods can be chained to the remove() method to configure the deletion: limit(int): Limits the number of documents to be deleted to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-parquet.html
To convert VECTOR to JSON, first convert VECTOR to a STRING data type by using the VECTOR_TO_STRING() function. For example, if col_1 in table_1 is a VECTOR column that you want to convert to JSON, you can do the following: SELECT ...Consider the ...
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
If the character set requires string collating functions, see Section 12.13.2, “String Collating Support for Complex Character Sets”. The proper procedure depends on whether the character set is simple or complex: If the character set does not ... This section discusses the procedure for adding a character set to ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation.html
The WEIGHT_STRING() function can be used to see the weights for the characters in a string. A collation is a set of rules that defines how to compare and sort character strings. The value that it returns to indicate weights is a binary string, so it ... Warning User-defined collations are deprecated; you should expect support for them to be removed in a future version of ...
https://dev.mysql.com/doc/refman/8.4/en/prepare.html
preparable_stmt is either a string literal or a user variable that contains the text of the SQL statement. The ? characters should not be enclosed within quotation marks, even if you intend to bind them to string values. A statement prepared in ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
TIME STRING TIME TIME isAdjustedToUTC = false, timeUnit = x TIMESTAMP STRING TIMESTAMP accepts the range from 1970-01-01 to 2038-01-19. Table 4.4 Avro Data Type Conversions MySQL Data Type Avro Data Type Avro Logical Data Type Comments BOOL Boolean ... Review the various file formats supported for loading structured, semi-structured, and unstructured data in MySQL HeatWave from different ...