MySQL supports five exact integer types: TINYINT, SMALLINT, MEDIUMINT, INT, and BIGINT, which can be signed or unsigned, with the UNSIGNED option available for all types.
A new Vector datatype is supported in CREATE and ALTER statements. MySQL 9.0 also introduces JavaScript Stored Programs in Enterprise Edition, enabling JavaScript-based functions to interact with SQL.
Azure Database for Mysql Trigger for Azure Functions in Public Preview
Microsoft has recently introduced a public preview of Azure Database for MySQL trigger for Azure Functions that permits automatic reactions to changes in MySQL tables.
How can I make it get results ordered numerically, descending?
In your SQL query, you are attempting to select and export the 'nr_access' data in descending order, but the implementation is incorrect, leading to unsorted output.