Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> name of column

name of column

From: Oré <abarrau_at_ifrance.com>
Date: Mon, 19 Aug 2002 15:37:35 +0200
Message-ID: <ajqs9s$smk$1@s1.read.news.oleane.net>


I could see with oracle, if this type of requete is made:

    SELECT nomChamp FROM counts;
    oracle turn over the value with the name of column: NOMCHAMP and not nomChamp.

It was the same where i used an AS

But my requetes I recupere directly the name of the fields or the as...

I would like use nomChamp and not NOMCHAMP, someone can help me ?????

thanks

Aurelien Received on Mon Aug 19 2002 - 08:37:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US