On Thu, 13 Aug 2009 09:10:11 -0500, Fred Williams <[email protected]> wrote: >That's all you are suppose to get when querying the Master table for table >names. > >You ask how to get a list of tables. That is what you got.
Thanks. I only needed to get the list of tables in an SQLite database file, and Simon's tip worked fine. BTW, I noticed that "sqlite_master" has two columns that return the same thing: What is the difference between "name" and "tbl_name"? Thanks. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

