Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Column name to lowercase?
Hi Gernot,
well that is true if we look only on SQL. But we have an app that runs up to now only on SQL Server. We implemented all column, table and view names in lower-cases. To make this app ready to run with Oracle it would be the best if could implement the object names in lower-cases, too.
But the result of my research is: there is no change to get this implementation on Oracle. So we close this thread. Thanks for answer.
Greetings,
Andreas
Gernot Ficker wrote:
> Hi Andreas, > > column names in Oracle are not case sensitive as long as you don't use double quotes. > You can use lower (or mixwd) case in your queries. > > Gernot > > "Andreas Schlegel" <schlegelaw_at_epost.de> schrieb im Newsbeitrag > news:3E478718.9040701_at_epost.de... >
> > >Received on Mon Feb 10 2003 - 08:14:19 CST
![]() |
![]() |