Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT m.* FROM menus m
  2. LEFT JOIN products p ON p.id = m.item_id AND m.item_type = 'product'
  3. LEFT JOIN categories c ON c.id = m.item_id AND m.item_type = 'category'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement