Hi,
Could you please lend me a hand? I've got a text file that has multiple blank spaces between single quotes
e.g.
code:
UPDATE EMBARQUE_DET SET CANT_RECIBIDA = 21 WHERE FOLIO = '4801173987 ' AND PRODUCTO = '76222100083100 '
How do you remove these blank spaces by using sed or any other tool?
Any help would be appreciated!