Add Column After Another Column SQL

alter table `table_name` add column new_column_name float after existing_column

source

Leave a Reply