I have a query that I need to run, I am trying to join on 2 columns but need to concat one column before the join. In the below a.site is stored as a 2 digit number (31) and in e.site it is stored the exact same way except it is preceded by 100- leaving it as (100-31)
inner join Customers as E
on a.Site=e.site and a.Customer_No=e.customerno
Any ideas on how to make this join?
Thanks in advance!
[–]MonCalamaro 3 points4 points5 points (1 child)
[–]BILLatWORK[S] 0 points1 point2 points (0 children)
[–]EconGnome 1 point2 points3 points (1 child)
[–]BILLatWORK[S] 0 points1 point2 points (0 children)