Search Results
https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions-and-modifiers.html
For information about aggregate functions that operate on geometry values, see Section 14.16.12, “Spatial Aggregate Functions”. They are often used with a GROUP BY clause to group values into subsets.
https://dev.mysql.com/doc/refman/8.4/en/gis-property-functions.html
Each function that belongs to this group takes a geometry value as its argument and returns some quantitative or qualitative property of the geometry. Such functions return NULL if the argument is of an incorrect geometry type. For example, the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-crud-function-overview.html
The following section explains the individual functions of the Collection object. Note Beyond the CRUD functions described in this section, X DevAPI also provides additional functions that operate on single documents identified by their document ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-collection-index-management-functions.html
Collection.createIndex() Function The syntax for this function shown in EBNF is: CollectionCreateIndex ::= '.createIndex(' StringLiteral ',' DocumentOrJSON ')' Figure 11.13 CollectionCreateIndexFunction CollectionDropIndex The syntax for this ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-schema-objects-and-functions.html
Schema The syntax for this function shown in EBNF is: Schema ::= '.getName()' | '.existsInDatabase()' | '.getSession()' | '.getCollection(' StringLiteral ')' | '.getCollections()' | '.getCollectionAsTable(' StringLiteral ')' | '.dropCollection(' ...
https://dev.mysql.com/doc/x-devapi-userguide/en/sql-crud-functions.html
The following SQL CRUD functions are available in X DevAPI. Table.insert() The Table.insert() method works like an INSERT statement in SQL. It is used to store data in a relational table in the database. The example assumes that the test schema ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-crud-function-overview.html
The following section explains the individual functions of the Collection object. Note Beyond the CRUD functions described in this section, X DevAPI also provides additional functions that operate on single documents identified by their document ...
X DevAPI User Guide for MySQL Shell in JavaScript Mode :: 11.4 Collection Index Management Functions
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/crud-ebnf-collection-index-management-functions.html
Collection.createIndex() Function The syntax for this function shown in EBNF is: CollectionCreateIndex ::= '.createIndex(' StringLiteral ',' DocumentOrJSON ')' Figure 11.13 CollectionCreateIndexFunction CollectionDropIndex The syntax for this ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/crud-ebnf-schema-objects-and-functions.html
Schema The syntax for this function shown in EBNF is: Schema ::= '.getName()' | '.existsInDatabase()' | '.getSession()' | '.getCollection(' StringLiteral ')' | '.getCollections()' | '.getCollectionAsTable(' StringLiteral ')' | '.dropCollection(' ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/sql-crud-functions.html
The following SQL CRUD functions are available in X DevAPI. Table.insert() The Table.insert() method works like an INSERT statement in SQL. It is used to store data in a relational table in the database. The example assumes that the test schema ...