Hi
I have a table with a field char (10)
the records on that field some have 3 spaces on the left and the rest doesnt have spaces on the left example:
the line underscore (___) means space in the left for demostration purpose
"__MYDATA"
"MYDTA__"
I want all the data to be like this "__MYDATA"
Im doing this: upadte tablebame set myfield = rtrim(myfield)
but it doesnt change anything
Any suggestions please this is rush
THANKS!!
I have a table with a field char (10)
the records on that field some have 3 spaces on the left and the rest doesnt have spaces on the left example:
the line underscore (___) means space in the left for demostration purpose
"__MYDATA"
"MYDTA__"
I want all the data to be like this "__MYDATA"
Im doing this: upadte tablebame set myfield = rtrim(myfield)
but it doesnt change anything
Any suggestions please this is rush
THANKS!!