Search code examples
sqlversionprestotrino

How to check Trino version with SQL query?


Is there a SQL query to check the version of Trino? Couldn't find it in the docs


Solution

  • You can use the version function:

    SELECT version()