codes for my personal use, anyone who finds it useful can use my code.
alter table testmercando1 add column rollno int not null, --wrong
alter table test mercando1 add rollno int not null-- right
Comments
Post a Comment