mysql:
SELECT OCTET_LENGTH(column_name)  from table  
oracle:
select length(column_name)  from table