Guest User

Untitled

a guest
Oct 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. JOIN table_alias ON table_alias.url = CONCAT('product_id=', table_product.id)
  2.  
  3. FROM товары t
  4. JOIN алиасы a
  5. ON t.product_id = SUBSTRING_INDEX(a.product_id_field,'=',-1)
Add Comment
Please, Sign In to add comment