can i change a blank space in table with zero by making an update query
for example in my table the field length is of 16 charecter, but due to the fault of data entry operator, only 13 charector was typed, rest three space which was to be filled with zero was not typed. the total no of data is large (35000) so it is not posibble to fill it manualy.
i want to design an update query which will replace all the blank space (three, ie 14-16) with zero (0).
'5467876654865 ' with '5467876654865000'
for example in my table the field length is of 16 charecter, but due to the fault of data entry operator, only 13 charector was typed, rest three space which was to be filled with zero was not typed. the total no of data is large (35000) so it is not posibble to fill it manualy.
i want to design an update query which will replace all the blank space (three, ie 14-16) with zero (0).
'5467876654865 ' with '5467876654865000'