On Wed, 28 Jun 2006 10:29:47 +0600, blins wrote:

>  How to get column description from table using SQL

To get table definition for 'xxxx':

select sql from sqlite_master where type='table' and name='xxxx';



Reply via email to