[sqlite] Any better way to get info about table

2004-11-11 Thread Michael Elfial
Hello,

I wonder is there better way to get table column/types information than
usage of EXPLAIN especially on empty table.

Michael




RE: [sqlite] Any better way to get info about table

2004-11-11 Thread Michael Elfial
Thanks! Seems I completely missed some of the pragmas :(

-Original Message-
From: D. Richard Hipp [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 10:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] Any better way to get info about table


Michael Elfial wrote:
 Hello,
 
 I wonder is there better way to get table column/types information than
 usage of EXPLAIN especially on empty table.
 

http://www.sqlite.org/pragma.html#schema

-- 
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565