SQLite Forum

Beginner: keep getting ...>
Login
Yes, apparently the Sybase CLI **go** (later co-opted by others including Microsoft) which means "go process the batch of commands", is recognized as is apparently an Oraclesque /

Who knew (I didn't)?

```
sqlite> select
   ...> 1
   ...> ; select
   ...> 2
   ...> /
┌───┐
│ 1 │
├───┤
│ 1 │
└───┘
┌───┐
│ 2 │
├───┤
│ 2 │
└───┘
```

Of course, the semicolon is the statement separator recognized by the parser internally whereas **go** and **/** are unique to the shell.