Retrieving column comments
Posted: 01.10.2008, 10:06
Is there a way of retrieving the column comments from a MySQL 5 database ?
Cheers.
Phill.
Cheers.
Phill.
This is the official forum of ZeosLib providing support to all ZeosLib users.
https://zeoslib.sourceforge.io/
Cheers that seems to do what I needmdaems wrote:select column_comment from information_schema.columns where ...;