Re: help with SQL*Plus

From: (wrong string) é <team4geenspam_at_acn.nl>
Date: Fri, 04 Sep 1998 16:10:38 +0200
Message-ID: <35EFF4DE.31C3_at_acn.nl>


This is of course possible by using the same table with another alias. Try this:

select txt1.descr, txt2.descr
from mydescr txt1, mydescr txt2, myid id where id.idcolumn1 = txt1.id and

      id.idcolumn2 = txt2.id;

this will work!

greetings,

Patrick Lapre(the netherlands). Received on Fri Sep 04 1998 - 16:10:38 CEST

Original text of this message