?? plsql101_script_var1.txt
字號:
edit d:\plsql101_test2.sql
/* Insert the following commands into the script file
SET VERIFY OFF
SELECT product_name, quantity, purchase_date
FROM plsql101_purchase
WHERE quantity >= &minimum_quantity_sold
;
SET VERIFY ON
*/
@d:\plsql101_test2
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -