How to convert a column of type TEXT to VARCHAR? December 11, 2023 by Tarik Yes for sure ALTER TABLE table_name MODIFY column_name VARCHAR(X)