Time:09-06
Is there a SQL query to check the version of Trino? Couldn't find it in the docs
CodePudding user response:
You can use the version function:
version
SELECT version()
Page link:https//www.codepudding.com/database/535329.html