Created
August 31, 2010 10:24
-
-
Save delbono/558843 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT o.id AS o__id, o.menu_id AS o__menu_id, o.item_id AS o__item_id, o.day AS o__day, o.week AS o__week, o.enabled AS o__enabled, o.created_at AS o__created_at, o.updated_at AS o__updated_at, o2.id AS o2__id, o2.menu_id AS o2__menu_id, o2.name AS o2__name, o2.type AS o2__type, o2.state AS o2__state, o2.enabled AS o2__enabled, o2.created_at AS o2__created_at, o2.updated_at AS o2__updated_at FROM ordinativi_menu_item_day o | |
LEFT JOIN ordinativi_menu_item o2 ON o.item_id = o2.id | |
WHERE (o.menu_id = 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment