> I try this but doesn't work> > "SELECT left(data,3) AS value FROM table;">
Left? Substr is the function to extract a substring. substr(data, 1, 3) would solve your problem.
regards,bhuvaneswaran