as per SSChasing Mays
I had executed following statement
select ascii(substring(fathername,1,1)) from MyTable
then how to remove or replace the invisible characters LIKE LINEFEED
AND NULL
i found that linefeed(ascii value 10) and null(ascii value is 0)
gIVE me a better solution