📄 test009.ksh
字号:
#!/bin/sh#Run this test only under csql/test or on this directory.#Otherwise, it may fail# dump the data of not existing table, should say table does not existREL_PATH=.if [ -s "$input" ]then REL_PATH=${PWD}/tools/csqldumpfi$CSQL_INSTALL_ROOT/bin/csqldump -T t1 if [ $? -ne 0 ]then exit 0;fiexit 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -