Re: Getting only the column names

From: Jerry Stuckle <jstucklex_at_attglobal.net>
Date: Fri, 29 Jul 2016 14:19:48 -0400
Message-ID: <nng6nn$49q$2_at_jstuckle.eternal-september.org>


On 7/29/2016 1:00 PM, bit-naughty_at_hotmail.com wrote:
> Is there any way to query a table to get only the column *names*? Like, not DESCRIBE TABLE, I want only the *names* of the columns. Preferably in a table itself which I can query.
>
> Thanks.
>

No, you have to parse the output of DESCRIBE TABLE.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex_at_attglobal.net
==================
Received on Fri Jul 29 2016 - 20:19:48 CEST

Original text of this message