I know this is basic. How do I run a query using snowsql cli client?
I ran the connection line: snowsql -a my_account_name -u my_user_name
i now see my_name#my_role@DatabaseName.(no schema)>
i'm trying to run a query after that. But after I hit return (mac), it just goes to new line and nothing happens.
i keep going through the documentation i see that you can run a stored query by id via the !result command
But how do I add a query to get a queryId?
Can I just run something like, select '1'
and see the result?