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 ..." - 忽略了剩余的行。
关键字错误,是 ttitle