ij5.out
来自「derby database source code.good for you.」· OUT 代码 · 共 13 行
OUT
13 行
CONNONE - jdbc:derby:wombatCONNTWO* - jdbc:derby:lemming* = current connectionij(CONNTWO)> -- assumes the connections connOne, connTwo are set up already-- 1)at the startup time, it will list all the connections-- 2)select will now display number of rows selectedselect count(*) from sys.systables where 1=0;1 -----------0 1 row selectedij(CONNTWO)>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?