Problem scenario
You are at the Presto CLI. You want to find out what version you are using. What do you do?
Solution
- Run this command:
SELECT * FROM system.runtime.nodes;
- Press "q" to exit.
A Technical I.T./DevOps Blog
Problem scenario
You are at the Presto CLI. You want to find out what version you are using. What do you do?
Solution
SELECT * FROM system.runtime.nodes;