Or
select * from sqlite_master
for a full db description.

You may use the "database query tool" (http://code.google.com/apis/
gears/tools.html), which displays this request by default after
opening your db.



On 8 juil, 23:16, carise <[email protected]> wrote:
> I got a list of tables like this..
>
> select tbl_name from sqlite_master;
>
> On Jul 8, 7:45 am, Zachary Kessin <[email protected]> wrote:
>
> > is there any way to describe a table in sqlite, or to show a list of
> > tables?
> > --Zach

Reply via email to