En mysql puedes hacer: SELECT ID, CAST(YourLongText as char(255)) AS YourVarchar FROM some_table ¿Quiso decir así?