Em mysql você pode fazer: SELECT ID, CAST(YourLongText as char(255)) AS YourVarchar FROM some_table Você quis dizer assim