> 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://
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