Answers for "add two coloumns and set in another column sql"

5

sql add column after another

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

how to add coloumn based on other column

metadata['class_pnemonia'] = metadata['class'].astype('category').map({0: 'HEALTHY ', 1: 'PNEUMONIA'})
Posted by: Guest on August-09-2021

Code answers related to "add two coloumns and set in another column sql"

Browse Popular Code Answers by Language