Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> afiedt.buf vs myOwnSql.sql

afiedt.buf vs myOwnSql.sql

From: Martin Soederstroem <MartinSo_at_privat.utfors.se>
Date: Tue, 04 Jun 2002 14:13:49 +0200
Message-ID: <ldbpfu4tqvbojahll6h9ts7flpuljf3vo6@4ax.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US