📄 create_temp_table.sql
字号:
/* * create_temp_table.sql * Chapter 9, Oracle10g PL/SQL Programming * by Ron Hardman, Michael McLaughlin and Scott Urman * * This script builds the temporary table. */CREATE TABLE temp_table (num_col NUMBER ,char_col VARCHAR2(60));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -