Search



Search Results
Displaying 171 to 180 of 740 total results
https://dev.mysql.com/doc/refman/9.7/en/srjs-data-arguments.html
String: The CHAR, VARCHAR, TEXT, and BLOB string types are supported. The maximum supported length for a LONGTEXT value is 1073741799 (230 - 24 - 23 - 1) characters; for LONGBLOB, the maximum supported length is 2147483639 (231 - 28 - 1). Most ...
https://dev.mysql.com/doc/refman/9.7/en/string-functions.html
mysql> SELECT LENGTH('text'); -> 4 Note The Length() OpenGIS spatial function is named ST_Length() in MySQL. If the input is a nonbinary (character) string such as a CHAR, VARCHAR, or TEXT value, the return value contains the collation weights for ...For functions that operate on string positions, the first position is numbered ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-data-structures.html
This enables you to distinguish BINARY from CHAR, VARBINARY from VARCHAR, and the BLOB types from the TEXT types. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the ...
https://dev.mysql.com/doc/c-api/9.7/en/getting-unique-id.html
If you insert a record into a table that contains an AUTO_INCREMENT column, you can obtain the value stored into that column by calling the mysql_insert_id() function. You can check from your C applications whether a value was stored in an ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-regression-prepare.html
mysql> CREATE TABLE house_price_training ( id INT PRIMARY KEY, house_size INT, address TEXT, state TEXT, price INT ); Insert the sample data into the table. mysql> CREATE TABLE house_price_testing ( id INT PRIMARY KEY, house_size INT, address TEXT, ... This topic describes how to prepare the data to use for a regression machine learning ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-embed-table.html
ML_EMBED_TABLE Syntax mysql> CALL sys.ML_EMBED_TABLE('InputTableColumn', 'OutputTableColumn'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} |'truncate', {true|false} |'batch_size', BatchSize ... The ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-0-0.html
MySQL BLOB and TEXT types are supported, as are many MySQL temporal types. These include but are not limited to numeric functions and operators, temporal functions, full-text search functions, XML functions, bit functions, and JSON functions. It was ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates.html
The templates employed by the DBDoc Model Reporting system are text files that contain markers. These text files are processed by the template system built into MySQL Workbench, and the markers replaced by actual data. It is these output files, ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
The welcome text and links are optional and can be removed or restored to the home screen when MySQL Connections is selected from the side panel. To remove the text and links, click the X icon above the welcome message. To restore the text and ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
The diagram examples that follow provide an overview of the graphic, textual, and informational conventions used to represent aspects of the visual explain plans. For specific information, see: Graphic Conventions Textual and Informational ... The ...
Displaying 171 to 180 of 740 total results