Selects columns names from a specified table
Download (right click, save as, rename as appropriate)
1 2 3 4
SELECT TABLE_NAME, Column_name FROM INFORMATION_SCHEMA.Columns where column_name like 'expiration_date' --and TABLE_NAME = 'shipment_header'