老師您好,為什么我@執(zhí)行腳本回車后它出現(xiàn)了未知的命令開頭
SQL> get C:\Users\TAA\Desktop\test.sql;
? 1? title col 15 '我的報表' col 35 sql.pno
? 2? col deptno heading 部門號
? 3? col job heading 職位
? 4? col sum(sal) heading 工資總額
? 5* break on deptno skip 1
SQL> @C:\Users\TAA\Desktop\test.sql
SP2-0734: 未知的命令開頭 "title col ..." - 忽略了剩余的行。
2016-02-27
關(guān)鍵字錯誤,是 ttitle