One for the SQL gurus....
I am working on a generic database browsing program that has a couple of different tables.
I want to read the sqlite_master object to insert the column names from one table into a new column of a new table where I will later associate those column names with plain language titles.
I cannot for the life of me arrive at the correct SQL syntax to copy the column names of Table1 into a 'FieldNames' column in new Table2.
Help!
I am working on a generic database browsing program that has a couple of different tables.
I want to read the sqlite_master object to insert the column names from one table into a new column of a new table where I will later associate those column names with plain language titles.
I cannot for the life of me arrive at the correct SQL syntax to copy the column names of Table1 into a 'FieldNames' column in new Table2.
Help!