Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. product
  2.  
  3. |----|---------------------|
  4. | id | code |
  5. |----|---------------------|
  6. | 1 | A |
  7. | 2 | B |
  8.  
  9. product_tarnslation
  10. |---|------|---------------------|
  11. |pid| name | locale |
  12. |---|------|---------------------|
  13. | 1 |prod A| en |
  14. | 2 |prod B| en |
  15. | 1 | منتج | ar |
  16. | 2 |prod B| ar |
  17.  
  18. expected result
  19. |---|------|---------------------|
  20. |pid| name | locale |
  21. |---|------|---------------------|
  22. | 1 | منتج | ar |
  23. | 2 |prod B| ar |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement