how to remove a newline character from a column
793965Jan 10 2011 — edited Jan 10 2011hi all...
i have a column in a table in which some of the datas contain a newline character at their last.
i need to remove those newline characters.
for example.... a data is
'abcd
'
(notice the end of the quotation).....i need to get the data as...'abcd'
plss help me...
thanks in advance..