Guest User

Untitled

a guest
Sep 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT g.id,
  2. g.step_id,
  3. g.name,
  4. cg.customer_id,
  5. cg.status,
  6. cg.date_added
  7. FROM oc_gamefication g
  8. LEFT JOIN oc_customer_gamefication cg
  9. ON (g.id = cg.gamefication_id
  10. AND cg.customer_id = 26854)
Add Comment
Please, Sign In to add comment