I want to know how to remove space between first and second word. But it should not remove other spaces in the same column. (Using SQL) It looks like this,
No. 378, Bearly Road, Colombo.
I want to remove only the space between "No." and "378". After remove it should be like this,
No.378, Bearly Road, Colombo.