On 27 Sep 2018, at 2:43pm, Revathi Narayanan <revathi...@gmail.com> wrote:

> I tried to execute the query using sqlitemaster. But it's displaying only
> table names not column names.

sqlite_master does not have column name columns.  They're just mentioned in the 
CREATE statement.

You might want to combine it with

<https://www.sqlite.org/pragma.html#pragma_table_info>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to