sql add column after another code example Example: sql add column after another ALTER TABLE myTable ADD myNewColumn VARCHAR(255) AFTER myOtherColumn