Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: invalid tablenames
You have to enclose these names with double-quotes,
for example:
select "GROUP" from "VIEW";
--
Have a nice day
Michel
Jasper Thoen <jthoen_at_iv-software.nl> a écrit dans le message :
82l7a5$8og$1_at_news1.xs4all.nl...
> Hi,
>
> I migrated a Dataflex-database to Oracle8, but I have troubles with tables
> having bad chosen names. Those Dataflex-tables have names like VIEW, GROUP
> and SYSTEM. Of course this causes problems, because these names are SQL
> keywords. So far, so good: I know there is a very easy way to handle this
> using special SQL-syntax , without renaming the tables. Unfortunately I
> can't remember how to do it.
>
> Anyone here who could help me? Thanks.
>
> Regards,
>
> Jasper Thoen
>
>
>
>
>
>
>
Received on Wed Dec 08 1999 - 04:19:32 CST
![]() |
![]() |