Instalar Presto 8.8 Tutorial: Como

nano etc/catalog/memory.properties

CREATE TABLE test (id INT, name VARCHAR(255)); INSERT INTO test VALUES (1, 'João'), (2, 'Maria'); SELECT * FROM test; como instalar presto 8.8 tutorial