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 -> select *, rowid from ...

select *, rowid from ...

From: Martin Behland <Martin.Behland_at_uni-koeln.de>
Date: 14 Jun 1999 13:24:12 +0200
Message-ID: <y7xzp23m3dv.fsf@campfire.rrz.Uni-Koeln.DE>

Hello,

is there a reason, why

   SELECT *, ROWID FROM table;

does not work, but

   SELECT table.*, ROWID FROM table;

does?

Regards,
Martin Received on Mon Jun 14 1999 - 06:24:12 CDT

Original text of this message

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