I would like to know what query to use to determine if a particular table column exists in a given table.
For example I would like to know if the column named Address_1 exists in the table named Visits.
I think it is in a data dictionary table maybe.
Edit: As pointed out by @tidwall, this answer is for SQL Server and won’t work for sqlite. This stackoverflow thread has the right answer for sqlite.
also, this yields all the table column information for your parsing enjoyment: