M
mapsNoob
I am trying to remove spaces between words in the db and replace does
not seem to be working.
I used it in the query window. may be I am not entering it properly.
my query:
select replace(field, ' ',' ')
from tableName
does not execute without "select".
Thanx for the help in advance.
not seem to be working.
I used it in the query window. may be I am not entering it properly.
my query:
select replace(field, ' ',' ')
from tableName
does not execute without "select".
Thanx for the help in advance.