SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried this?
ALTER TABLE <table_name> MODIFY <col_name> VARCHAR(65353);
This will change the col_name's type to VARCHAR(65353)
VARCHAR(65353)