I have a database (called riverdata) and in it I have one table (called riverdata). This table has many different columns with data in them. Is there some kind of query I could run on serverside javascript that would give me the individual names of each column? Thanks.
Asked
Active
Viewed 36 times
0
-
Anything tried as far? – Fabio Mar 16 '16 at 00:02
-
i tried using conn.query('PRAGMA riverdata(riverdata)') because I saw that somewhere while looking before, but the query returned nothing – John Smith Mar 16 '16 at 00:09