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

Home -> Community -> Usenet -> c.d.o.server -> Distributed Queries ...

Distributed Queries ...

From: Rajesh Bhave <rajeshb_at_india.hp.com>
Date: Fri, 20 Nov 1998 21:46:47 +0530
Message-ID: <365595EF.B219E679@india.hp.com>


Hi,

Oracle SQL Manual mentions that below query will cause an error. Is it correct ? I think it will not cause any error. Consider that emp_ny do not have any LONG column.

SELECT emp_ny.*

       FROM emp_ny_at_ny, dept
       WHERE emp_ny.deptno = dept.deptno
             AND dept.dname = ’ACCOUNTING’
       FOR UPDATE OF emp_ny.sal


Thanks
Rajesh Received on Fri Nov 20 1998 - 10:16:47 CST

Original text of this message

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