/ Published in: SQL
Expand |
Embed | Plain Text
ALTER TABLE `table_name` ADD COLUMN new_column_name float after existing_column
You need to login to post a comment.
ALTER TABLE `table_name` ADD COLUMN new_column_name float after existing_column
You need to login to post a comment.