If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
What version of PSQL?
I did the following using the REPLACE function:
Code:
create table dbf (f1 char(10))#
insert into dbf (f1) values ('P.O. Box')#
select f1, replace(f1,'.',' ') from dbf#
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.