【发布时间】:2020-04-22 21:48:24
【问题描述】:
我在 SQL 命令行中玩耍,不小心输入了错误的命令。这样做后,提示符从预期的“>”变为“~”,我无法输入任何新命令或使波浪号消失
这是什么意思,我该如何摆脱它?
我在下面的尝试:
select serverproperty'''sdf('''')
4~ go
5~ ;
6~ go
7~ undo
8~ stop
9~ quit
10~ quit
11~
12~
13~
14~
15~ quit
16~ stop
17~ go
18~ :EXIT\
19~ :EXIT
20~ exit
21~ EXIT
22~ EXIT
23~ GO
24~ Q
25~ exit()
26~ :Exit()
27~ :EXIT()
28~ GO
29~ select serverproperty('edition')
30~ go
31~ select serverproperty('edition')
32~ go
33~ ;
34~
【问题讨论】:
标签: sql-server command-line-interface tilde