ij5.sql
来自「derby database source code.good for you.」· SQL 代码 · 共 6 行
SQL
6 行
-- 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;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?