SQLite Forum

Only Column Names read from table
Login
Hello, 
I don't understand what you say?

my requirement is I want to read only column names from the table.

 I have tried this but it not works << SELECT name FROM pragma_table_info('Datalogger1') ORDER BY cid  >>.

column names are not fixed it's getting vary table to table.

I want to read only column names from the table.