Is there a SQL query to check the version of Trino? Couldn't find it in the docs
You can use the version function:
version
SELECT version()