Re: [PHP-DB] Re: Finding the value of the COMMENT in a table column

2004-09-20 Thread M Saleh EG
Or maybe with "Describe Table" ? On Mon, 20 Sep 2004 10:51:30 -0700, Jasper Howard <[EMAIL PROTECTED]> wrote: > don't you get that with the DEFINE `table` query? > > -- > > -->> > Jasper Howard :: Database Administration > ApexEleven W

[PHP-DB] Re: Finding the value of the COMMENT in a table column

2004-09-20 Thread Jasper Howard
don't you get that with the DEFINE `table` query? -- -->> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 http://www.ApexEleven.com/ <<-- "Ross H

Re: [PHP-DB] Re: Finding the value of the COMMENT in a table column

2004-09-20 Thread M Saleh EG
hmm... u better check n hack phpmyadmin... u might get somethin out there... On Mon, 20 Sep 2004 13:02:55 +0930, David Robley <[EMAIL PROTECTED]> wrote: > On Sun, 19 Sep 2004 21:19, Ross Honniball wrote: > > > Hi all, > > > > Anyone know how to access the optional COMMENT you can add to columns

[PHP-DB] Re: Finding the value of the COMMENT in a table column

2004-09-19 Thread David Robley
On Sun, 19 Sep 2004 21:19, Ross Honniball wrote: > Hi all, > > Anyone know how to access the optional COMMENT you can add to columns > during table creation? > > eg. > > create table x (fldx char(1) COMMENT 'some comment', fldy char (1) COMMENT > 'another comment') > > I want to 'get' the COMM