Hi friends,
I had a data feed altered on me so that every address now comes out in the format "_123 Main Street".
Could some kind soul be so good as to guide me on formulating a query to remove that "_" and leave just the "123 Main Street"?
Here is the query that gives me all addresses:
SELECT TransferJanA2005.Activity1
FROM TransferJanA2005;
Many thanks for any guidance on this chore!
NYNY
I had a data feed altered on me so that every address now comes out in the format "_123 Main Street".
Could some kind soul be so good as to guide me on formulating a query to remove that "_" and leave just the "123 Main Street"?
Here is the query that gives me all addresses:
SELECT TransferJanA2005.Activity1
FROM TransferJanA2005;
Many thanks for any guidance on this chore!
NYNY