From: ykhlef Mourad <ykhlef@yahoo.fr>
Subject: Juxtaposition
Date: 2000/05/05
Message-ID: <39127EBA.701D05D1@yahoo.fr>#1/1
Content-Transfer-Encoding: 7bit
X-Accept-Language: fr
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@uk.psi.com
X-Trace: psinet-eu-nl 957513483 212.81.110.17 (Fri, 05 May 2000 08:58:03 BST)
Organization: Connectivity but not content by PSINet
MIME-Version: 1.0
NNTP-Posting-Date: Fri, 05 May 2000 08:58:03 BST
Newsgroups: comp.databases.oracle.misc


Hello every one,

I have two tables T1 and T2

T1 a
 ------
    1
    2

T2 b
------
    a
    b

What this the SQL query (not PLSQL query) that can yields

T a  b
-------
   1 a
   2 b


Thank u in advance



