Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-table-select.html
mysql-js> db.city.select() +------+------------+-------------+------------+-------------------------+ | ID | Name | CountryCode | District | Info | +------+------------+-------------+------------+-------------------------+ | 1 | Kabul | AFG | Kabol ... You can use the select() method to query for and return records from a table in a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-table-select.html
mysql-py> db.city.select() +------+------------+-------------+------------+-------------------------+ | ID | Name | CountryCode | District | Info | +------+------------+-------------+------------+-------------------------+ | 1 | Kabul | AFG | Kabol ... You can use the select() method to query for and return records from a table in a ...
https://dev.mysql.com/doc/refman/8.4/en/declare-condition.html
DECLARE condition_name CONDITION FOR condition_value condition_value: { mysql_error_code | SQLSTATE [VALUE] sqlstate_value } The DECLARE ... It can take the following forms: mysql_error_code: An integer literal indicating a MySQL error code. Do not ...CONDITION statement declares a named error condition, associating a name with a condition that needs specific ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
If no errors are found, the server terminates with an exit code of 0. If an error is found, the server displays a diagnostic message and terminates with an exit code of 1. Warning and information messages may also be displayed, depending on the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
[Occurred during startphase start_phase.] [ Initiated by signal.] [Caused by error error_code: 'error_message(error_classification). In the event of arbitration failure, an error_message and an arbitration state_code are provided; definitions for ...
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
This structure contains two members, as shown here: int return_code: For a successful operation, this value is 0; otherwise, it contains an error code. The ndb_mgm_reply Structure Description Contains response information, consisting of a response ... This section provides information about the data structures defined by the MGM ...
https://dev.mysql.com/doc/refman/8.4/en/create-spatial-reference-system.html
If an SRS definition specifies an authority code for the projection (which is recommended), an error occurs if the definition is missing mandatory parameters. SRID values must be unique, so if neither OR REPLACE nor IF NOT EXISTS is specified, an ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
An error is returned if no DocPath is supplied, or if DocPath is $ (use remove() instead if you want to delete a whole document). The following rules apply: If DocPath does not identify an array element, an error is returned. The ...
https://dev.mysql.com/doc/refman/8.4/en/charset-gb18030.html
In MySQL, the gb18030 character set corresponds to the Chinese National Standard GB 18030-2005: Information technology — Chinese coded character set, which is the official character set of the People's Republic of China (PRC). Characteristics of ...Supports comparison between gb18030 strings, and between gb18030 strings and strings of other character ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
Figure 4.18 Placed GridView Control At this point it is recommended that you save your solution, and build the solution to ensure that there are no errors. Populating a List Box by Using the Results of a Entity LINQ Query In this part of the ... In ...