[ vortex77 @ 09.03.2007. 14:00 ] @
Da li postoji nacin da se procita Comment (description) polja iz neke tabele?
[ mret @ 15.03.2007. 12:34 ] @
mislim da je ovo ono sto ti treba:

SELECT column_comment
FROM `information_schema`.`COLUMNS`
where table_schema=:tvoja_sema
and table_name=:NAziv_tabele
and column_name=:Naziv_kolone