Created
May 1, 2014 17:07
-
-
Save bsa7/2b19cb097e45c85868fd to your computer and use it in GitHub Desktop.
mysql left join
This file contains 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 `db_entity_id`,`role_type_id`,`rights_set`,`parent_id` | |
FROM `db_entity_role_rights` | |
LEFT JOIN `db_entities` | |
ON `db_entity_role_rights`.`db_entity_id`=`db_entities`.`id` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment