Home > Software engineering >  Unable to exit snowsql command prompt
Unable to exit snowsql command prompt

Time:05-23

I am new to Snowflake. I must be missing something, because I am unable to exit the SnowSQL command prompt. According to the docs, and searching online, some combination of the commands !abort !quit and !exit should exit SnowSQL... but they do not seem to work.

Last login: Fri May 20 16:34:18 on ttys000
user@Users-MacBook-Pro ~ % snowsql
* SnowSQL * v1.2.21
Type SQL statements or !help
myusername#COMPUTE_WH@(no database).(no schema)>fldjafjdafjdas


                                                 !quit
                                                 !abort
                                                 !exit



My terminal is just stuck here and I have to exit the terminal window to shut it down.

How can I properly exit snowflake?

CodePudding user response:

Ctrl C to exit the current line.

  • Related