| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: row_id reserved word?
Works in 8.1.5 ( and others I tried)
SQL> create table test_then_drop(
2 field1 varchar2(20),
3 row_id varchar2(10));
Table created.
SQL> desc test_then_drop
Name Null? Type ----------------------------------------- -------- ---------------------------- FIELD1 VARCHAR2(20) ROW_ID VARCHAR2(10)
SQL> Christoph Kukulies <kuku_at_accms33.physik.rwth-aachen.de> wrote:
>Norman Dunbar <Norman.Dunbar_at_lfs.co.uk> wrote:
>> Chris,
>
>> have you tried :
>
>> select * from v$reserved_words;
>
>Yes, now I have :-)
>
>And it lists rowid (but not row_id).
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Tue Oct 08 2002 - 15:48:14 CDT
![]() |
![]() |