>Instead of putting multiple REPLACE, is there a way i can mention single REPLACE and mention the characters to be replaced with a blank.
not without creating your own function ...
as to the error you get:
select replace(replace(replace(left(physicaladress,70),CHAR(10),' '),char(13),' '),char(34),' ') as address
from address