Table 1 has string 'FENWAY CT' while Table 2 has just 'FENWAY' or 'FENWAY COURT'. I want to join the 2 tables on just the string up to the space i.e. tbl1 'FENWAY' = tbl2 'FENWAY'
I think CHARINDEX may be a start but can't figure out how I'd use it in a 20K record table join