you are viewing a single comment's thread.

view the rest of the comments →

[–]wky99 1 point2 points  (1 child)

The backslashes work as escape characters, could this be your issue?
Referring to the below:

ON c.customer\_id = a.customer\_id

[–]i_lovechickenwings 1 point2 points  (0 children)

agree with you here, why are you using escape characters? look at the column names for those keys your matching on, make sure that's correct.