Hi folks,
I am trying to execute presto commands from a file, but having some
issues. May I know whats the right way to do.This is what I have tried so far to no avail. Or does --execute have any option to pass in files as input? docker exec -it presto-worker-1 presto --server presto-coordinator-1:8090 -f file.sql // file.sql contains multiple presto queries. -- Regards, -Sivabalan
