Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to add and populate a new column?
Okay, I guess I'm having yet another bad day. Maybe it's time to go home. A correction to my just-sent post:
select SOME_NUMBER, ROWNUM from ABC;
should have been:
select SOME_NUMBER, ROWNUM from ABC_VIEW;
Aaaaaaaargh!
-- John Verbil U S WEST Communications Information Technologies jverbil_at_uswest.com (303) 896-0916Received on Tue Jan 07 1997 - 00:00:00 CST
![]() |
![]() |