Is it valid to use only modify not "modify column" in mysql
I'm starting to study MySQL and I found in one of my resources the use of the command: Alter table tableName modify(....) Instead of using 'modify column' It it valid to use it and if it's I want some. I…