Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Select ROWID and *
Try this:
select my_table.*,rowid
from my_table
suisum_at_freenet.edmonton.ab.ca 次寫入到主題 <70e560$859$1_at_news.sas.ab.ca>...
> How can we select ROWID and also select * from a table?
>
>
> I tried SELECTROWID, * from my_table, it didn't work.
>
> --
> Best regards,
>
Received on Mon Oct 19 1998 - 01:19:09 CDT