Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jbright00
  • Content: Threads
  • Order by date
  1. jbright00

    Is it Possible to Extract the Numeric part of an Address Field?

    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.
  2. jbright00

    Merging two columns into one from an outer join

    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...

Part and Inventory Search

Back
Top