CodeUnit MySQL: How to Check if a Column Exists in a Table with SQL February 10, 2011 by Craig Lotter No Comments To check if a column exists in a table with SQL using a MySQL database is pretty easy, thanks to the nifty SHOW COLUMNS command. Read More