Well thank for pointing to me on the right direction
For anybody who need to do the same I used the follow query:
Code:
SELECT SUBSTRING(`cb_presentation`,1,200) FROM `jos_comprofiler` WHERE `user_id` = '[user_id]'
This work well and now only the first 200 characters are "extracted" from by textarea.
cheers