Deleting Characters Before Integer
问题 pe.fdaddress has strange characters before the number. This is preventing my code from joining properly. Is there any way to remove these characters to run my code properly? The addresses results are null because of this. Thanks SELECT ca.fdorgunit AS Facility , pt.fdmedrecnum AS Account , ca.fddos AS DOS , pe.fddob AS DOB , pe.fdssn AS SSN , ad.fdaddr1 AS [Address] FROM OPENQUERY (VISION, 'SELECT * FROM ci.tbcase') AS ca LEFT JOIN OPENQUERY (VISION, 'SELECT * FROM de.tbpatient') AS pt ON pt