Adding a Column at a Specific Position April 20, 1997 Question: How can I add a column to a table (not just at the end of the table)? For example: create table test(first_col char(20),second_col char(20)); I want to alter table