Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-info.html
String format: Records: 100 Duplicates: 0 Warnings: 0 INSERT INTO ... String format: Records: 3 Duplicates: 0 Warnings: 0 LOAD DATA String format: Records: 1 Deleted: 0 Skipped: 0 Warnings: 0 ALTER TABLE String format: Records: 3 Duplicates: 0 ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-send-long-data.html
It inserts the data value 'MySQL - The most popular Open Source database' into the text_column column. bool mysql_stmt_send_long_data(MYSQL_STMT *stmt, unsigned int parameter_number, const char *data, unsigned long length) Description Enables an ...
https://dev.mysql.com/doc/c-api/9.7/en/query-results.html
mysql_insert_id() returns the ID generated by the last query that inserted a row into a table with an AUTO_INCREMENT index. In addition to the result set returned by a query, you can also get the following information: mysql_affected_rows() returns ...With mysql_store_result(), mysql_num_rows() may be called as soon as mysql_store_result() ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-model-sharing.html
Import the model the admin user previously exported into the model catalog for user1. This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
It means, if you insert a NULL value into the column, you will get the next integer value for the table's auto_increment counter. #DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked ... The following section details some common errors and their suggested fix or alternative ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-lastrowid.html
For example, if you perform an INSERT into a table that contains an AUTO_INCREMENT column, lastrowid returns the AUTO_INCREMENT value for the new row. Syntax: id = cursor.lastrowid This read-only property returns the value generated for an ...
https://dev.mysql.com/doc/connectors/en/connector-python-tutorial-cursorbuffered.html
The following example script gives a long-overdue 15% raise effective tomorrow to all employees who joined in the year 2000 and are still with the company. (A buffered cursor fetches and buffers the rows of a result set after executing a query; see ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
It means, if you insert a NULL value into the column, you will get the next integer value for the table's auto_increment counter. #DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked ... The following section details some common errors and their suggested fix or alternative ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-lastrowid.html
For example, if you perform an INSERT into a table that contains an AUTO_INCREMENT column, lastrowid returns the AUTO_INCREMENT value for the new row. Syntax: id = cursor.lastrowid This read-only property returns the value generated for an ...
https://dev.mysql.com/doc/connector-python/en/connector-python-tutorial-cursorbuffered.html
The following example script gives a long-overdue 15% raise effective tomorrow to all employees who joined in the year 2000 and are still with the company. (A buffered cursor fetches and buffers the rows of a result set after executing a query; see ...