morechocolate
Technical User
using the statement charindex(PHIST.LOAN, p.loan_name)}
and given
phist.loan = 111111
p.loan_name = property name 111111
would return 15
but
phist.loan = 222222
p.loan_name = property name 222222 (other text)
would return 0 even though the loan is within the loan_name
I cannot figure this out to save my life
and given
phist.loan = 111111
p.loan_name = property name 111111
would return 15
but
phist.loan = 222222
p.loan_name = property name 222222 (other text)
would return 0 even though the loan is within the loan_name
I cannot figure this out to save my life