Re: Oracle/Pro C question
From: Mark Knight < >
Date: Fri, 29 Apr 1994 16:28:13 GMT
Message-ID: <Cp14F2.9ED_at_carmen.logica.co.uk>
Date: Fri, 29 Apr 1994 16:28:13 GMT
Message-ID: <Cp14F2.9ED_at_carmen.logica.co.uk>
In article <1994Apr25.223006.3514_at_venice.sedd.trw.com>, nachnani_at_venice.sedd.trw.com (Harish Nachnani) says:
>
>
>
>THe following statement fails
>
> ALTER TABLE emp ADD (_d CHAR(1));
>
>is "_d" an invalid table name?. Does oracle flag "_" as an error if used
>as a part of table name.
>
>thanks
>
The SQL you specified was adding a new column to the table EMP. ORACLE
uses the _ character as a single character wildcard but it *is* valid as part
of an object name such as a table or a column but *not* as the first character.
Sorry there is no e-mail address but I can't access my mail server at the
moment.
Received on Fri Apr 29 1994 - 18:28:13 CEST