• Magoo,

    For the 'AHSGUEST' value, here's what I see:

    select id, name, DATALENGTH(name) as 'thedatalengthName'

    FROM my_user_table

    WHERE id='123'

    123A30

    mtf