| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: column name can't include character '-'
"Niy" <niy38_at_hotmail.com> wrote in message
news:55dd405a.0402191936.584f4b8e_at_posting.google.com...
| Thanks for the reply.
|
very observant -- you have to (always) use double-quotes to select these columns, and type them in upper case, because oracle (why, oh, why?) used non-conforming column names here
the only exception to 'always' is when you do a SELECT *
select addr, "DSCN-B", "DSCN-W"
from v$transaction
;-{ mcs Received on Fri Feb 20 2004 - 05:20:43 CST
![]() |
![]() |