📄 sqlfile.banner.text
字号:
(SqlFile processor v. %{1})
Distribution is permitted under the terms of the HSQLDB license.
(c) 2004-2007 Blaine Simpson and the HSQLDB Development Group.
\q to Quit.
\? lists Special Commands.
:? lists Edit-Buffer/History commands.
*? lists PL commands.
SPECIAL Commands begin with '\' and execute when you hit ENTER.
EDIT-BUFFER / HISTORY Commands begin with ':' and execute when you hit ENTER.
COMMENTS begin with '/*' and end with the very next '*/'.
PROCEDURAL LANGUAGE commands begin with '*' and end when you hit ENTER.
All other lines comprise SQL Statements.
SQL Statements are terminated by either a blank line (which moves the
statement into the edit buffer without executing) or a line ending with ';'
(which executes the statement).
SQL Commands may begin with '/PLVARNAME' for a PL variable command alias.
After turning on variable expansion with command "*" (or any other PL
command), PL variables may be used in any command (other than : commands)
like so: *{PLVARNAME}.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -