Search Results
https://dev.mysql.com/doc/refman/8.4/en/json.html
You should be aware that the result of this ordering is subject to change and not guaranteed to be consistent across releases. JSON Path Syntax Many of the JSON functions supported by MySQL and described elsewhere in this Manual (see Section 14.17, ...The JSON data type provides these advantages over storing JSON-format strings in a string column: Automatic validation of JSON documents stored in JSON ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
You use Microsoft Query to build the SQL statement to be executed, selecting the tables, fields, selection criteria and sort order. Figure 5.32 Microsoft Query Wizard: Filter Data Select an (optional) sort order for the data. This is equivalent to ... You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-wordexcel.html
You use Microsoft Query to build the SQL statement to be executed, selecting the tables, fields, selection criteria and sort order. Figure 6.21 Microsoft Query Wizard: Filter Data Select an (optional) sort order for the data. This is equivalent to ... You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
'ConnectionLifecycleInterceptors' are stackable, more than one interceptor may be specified via the configuration property as a comma-delimited list, with the interceptors executed in order from left to right. Since Version 3.1.5 clientInfoProvider ... connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables 'session_account_connect_attrs' and ...
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-execution.html
In order to call mysql_execute_command (the function that executes a statement) for a prepared statement and not damage its parse tree, we backup and restore the active Query_arena of THD. In order to roll back destructive transformations of the ...
https://dev.mysql.com/doc/refman/8.4/en/window-functions-frames.html
(For details about the permitted units specifiers, see the description of the DATE_ADD() function in Section 14.7, “Date and Time Functions”.) RANGE on a numeric or temporal expr requires ORDER BY on a numeric or temporal expression, ... The ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
There are two different type of NDB indexes: Hash indexes are unique, but not ordered. This section discusses mapping of MySQL database objects to the NDB API. Databases and schemas are not represented by objects as such in the NDB API. Instead, ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query.html
Parameters are resolved in the order they were declared in the query. 4.3.1.19.15 setOrdering(Query.Ordering, String...) public abstract void setOrdering(Ordering ordering, String[] orderingFields); Set ordering for the results of this query. There ... A Query instance represents a specific query with bound ...