this is my syntax
alter table p12 modify column Address char(15);
this doesnt give me an error but it doesnt work
when i change modify to alter it gives me an error what should i do