Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. The Session class getDefaultSchema() method returns the default schema for the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-find.html
The OVERLAPS operator compares two JSON fragments and returns true (1) if the two fragments have any values in any key-value pair or array element in common. The find(SearchConditionStr) function is for searching documents in a collection, similar ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
See Connecting to the Server Using URI-Like Strings or Key-Value Pairs for more information. The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/setting-the-current-schema.html
A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection session. The Session class getDefaultSchema() method returns the default schema for the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-query-time-estimation.html
Operation was interrupted by the user: The query was successfully offloaded to MySQL HeatWave but was interrupted by a Ctrl+C key combination. Auto Query Time Estimation provides: Runtimes for successfully executed queries Runtime estimates for ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-create-table-select.html
SELECT statement is not permitted when the sql_require_primary_key system variable is enabled. row *************************** id: 1 select_type: NONE table: NULL partitions: NULL type: NULL possible_keys: NULL key: NULL key_len: NULL ref: NULL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-defining-secondary-engine.html
Defining Secondary Engine For each table that you want to load into MySQL HeatWave Cluster, you must define the MySQL HeatWave query processing engine (RAPID) as the secondary engine for the table. Then, the MySQL HeatWave query processing engine ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-encoding-string-columns.html
To use dictionary encoding, define the RAPID_COLUMN=ENCODING=SORTED keyword string in a column comment before loading the table. For example, it is permitted for a column description to be specified alongside a column encoding keyword string: ...