Hey guys, tried googling but couldnt find any.
I want to alter 2 columns in a table, how do i do that?
ALTER table_name ALTER COLUMN column_1 VARCHAR(##)
the code above only alters 1 column of the table right? how do i alter 2 columns of the same table?