Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> afiedt.buf vs myOwnSql.sql
I have this sql statement:
compute sum of sal on deptno
break on deptno skip 2
select deptno, ename
from emp
order by deptno
/
Now, if I run it from afiedt.buf SQL+ complains about line 1. But if I run it from myOwnSql.sql, all is well. Why this difference? Received on Tue Jun 04 2002 - 07:13:49 CDT
![]() |
![]() |