Thanks a lot George. I think that's exactly what I was looking for.
I have a Delphi app that imports a 600+ MB text file into 2 Access databases. I am replacing it with a SQL Server DTS Package. The current process (with the app) is taking 24+ hours to run... so I am certain that even with...
Well, I just need the numeric part. So, if it was Apt. 101 1st Street, I need '1011'. If it is 1st Street, Apt. 101 then I just need '1101'. I am extracting out an "address key" for a lookup system, so this is why the first 4 numeric characters is all I need.
Thanks!
I have a char field which contains addresses and I need to extract just the numeric portion and store it in another field. Is this possible?
Any help would be greatly appreciated! Thank You.
I have the following query:
SELECT Rejects.cDCN,ScanReject.ImageName FROM Rejects
FULL OUTER JOIN IDC_ScanReject ON Rejects.iid = IDC_ScanREject.iid
The data looks like this:
Rejects.cDCN
12345
67890
ScanReject.ImageName
89231
32412
I want this:
SingleColumnName
12345
67890
89231
32412...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.