dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Add support for 'GO [count]' multiline queries #427

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

GO [count] will execute a statement as many times as specified by the parameter. SqlCmd supports this feature (docs).