I can find numerous search results explaining how to search the database or information schema for a specific column name (example).
Is there a query that will tell me whether a specific column name is in a table, where I already know the table I want to search?
The question is more specific than "Give me all column names of a table". It's more like, "Does this column exist in this table, yes or no?"
Ex: IS COLUMN as_id IN TABLE assets