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

2004-09-19 Thread Ross Honniball
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 COMMENT field. I know it should be in the manual, but I can't find it. Thank

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

2004-09-21 Thread Georg Richter
> Hi all, > > Anyone know how to access the optional COMMENT you can add to columns > during table creation? > If you don't expect 20 diffrent answers for 20 different databases you should be more specific. Nobody knows which database do you use. /Georg -- PHP Database Mailing List (http://