1
votes

Once I’m in the CockroachDB SQL shell, how do I get out of it? I tried exit; and quit; and it didn’t work.

2

2 Answers

1
votes

You can exit from the CockroachDB SQL CLI with ctrl + C or \q.

0
votes

you can also exit the CLI with quit or exit WITHOUT the training semicolon