For some databases, AQT can also run Functions.
The SQL used by AQT to run the function is different for different databases:
select function(parms) from dual
values function(parms)
select function(parms)
The result of the function will be displayed in a grid at the bottom of the window.
This feature is currently available for DB2/LUW, SQL Server, Oracle, MySQL, MariaDB, Snowflake and PostgreSQL.