Re: Comments in a table
Hi, > Is it possible to put comments against a table and column that are persistent; > so that when you run 'explain' or 'describe', these comments will display. Tables in MySQL (version 3.23 at least - not sure about 3.22) do actually have a comment 'field' built in. You specify your initial c
Comments in a table
Hi, Is it possible to put comments against a table and column that are persistent; so that when you run 'explain' or 'describe', these comments will display. Rob