Re: Can't describe table!
From: Richard Avery <richard_avery_at_nt.com>
Date: 1995/08/10
Message-ID: <richard_avery-100895075347_at_nnsgm25.lon40.nt.com>#1/1
Date: 1995/08/10
Message-ID: <richard_avery-100895075347_at_nnsgm25.lon40.nt.com>#1/1
In article <40b7ja$lva_at_ixnews3.ix.netcom.com>, chuckh_at_ix.netcom.com (Chuck Hamilton) wrote:
> There's a table in my Oracle 7.1 database with a lower case name. I
> can access the table just fine by enclosing the name in double quotes,
> but I can't DESCRIBE it to see the column names. How to I specify a
> lower case table name in a DESCRIBE command?
>
Try placing the table name in double quotes.
desc "lower_table"
Richard Avery
-- The above posting does not represent the views of Nortel in any way.Received on Thu Aug 10 1995 - 00:00:00 CEST