Search



Search Results
Displaying 1221 to 1230 of 3602 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
This section describes how to generate vector embeddings for files or folders, and load the embeddings into a vector store table. To create and store vector store tables using the steps described in this topic, you can create a new database ...The ...
https://dev.mysql.com/doc/refman/8.4/en/gis-point-property-functions.html
A Point consists of X and Y coordinates, which may be obtained using the ST_X() and ST_Y() functions, respectively. These functions also permit an optional second argument that specifies an X or Y coordinate value, in which case the function result ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-operator-functions.html
OpenGIS proposes a number of functions that can produce geometries. These functions support all argument type combinations except those that are inapplicable according to the Open Geospatial Consortium specification. MySQL also implements certain ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients.html
Also, target hosts running the client application must have the Visual C++ Redistributable for Visual Studio 2015 installed. This section provides guidelines for compiling C programs that use the MySQL C API. Compiling MySQL Clients on Unix ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
CMake Option Reference General Options Installation Layout Options Storage Engine Options Feature Options Compiler Flags CMake Options for Compiling NDB Cluster CMake Option Reference The following table shows the available CMake options. If it is ... The CMake program provides a great deal of control over how you configure a MySQL source ...
https://dev.mysql.com/doc/refman/8.4/en/constraint-foreign-key.html
Foreign keys let you cross-reference related data across tables, and foreign key constraints help keep this spread-out data consistent. MySQL supports ON UPDATE and ON DELETE foreign key references in CREATE TABLE and ALTER TABLE statements. MySQL ...The available referential actions are RESTRICT, CASCADE, SET NULL, and NO ACTION (the ...
https://dev.mysql.com/doc/refman/8.4/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. Reserved words are permitted as identifiers if you quote them as described in Section 11.2, ...
https://dev.mysql.com/doc/workbench/en/wb-vertical-toolbar.html
9.1.2.2.7 The Table Tool Use this tool to create a table on the EER Diagram canvas. To edit the table with MySQL Table Editor, right-click it and choose Edit Table or Edit in New Window from the pop-up menu. You can also double-click the table to ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
Additional suggestions are now available, such as system variables, engines, table spaces, logfile groups, and more. It is context aware, as for example it only shows available keywords, columns, and tables. Figure 1.4 MySQL Enterprise Firewall: ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
'I'm quite content\n" "to stay here--only I AM so hot and thirsty!'\n" "\n" " -- Lewis Carroll, 'Through the Looking-Glass'."; /* Function to drop table. */ void drop_table(MYSQL &mysql) { if (mysql_query(&mysql, "DROP TABLE api_blob")) ... This ...
Displaying 1221 to 1230 of 3602 total results