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 -> INNER JOIN

INNER JOIN

From: Renato <renmarz_at_tin.it>
Date: Tue, 21 Dec 1999 07:47:00 +0100
Message-ID: <83n7ro$88m$1@nslave1.tin.it>


Dear,

This Quesry SQL work fine to ACCESS but not with ORACLE 7

SELECT Difetti.*, DescrDifetti.*
FROM DescrDifetti
INNER JOIN Difetti ON DescrDifetti.CodDifetto = Difetti.Coddifetto

Have some information for me ?
Regards
Renato Received on Tue Dec 21 1999 - 00:47:00 CST

Original text of this message

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