Answers for "how to add column before another column in sql"

SQL
2

sql add column after another

ALTER TABLE myTable ADD myNewColumn VARCHAR(255) AFTER myOtherColumn
Posted by: Guest on February-01-2021

Code answers related to "how to add column before another column in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language