Created
September 23, 2011 12:55
-
-
Save glennpratt/1237265 to your computer and use it in GitHub Desktop.
make this distinct
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 DISTINCT(users.uid) AS uid | |
| , og_uid.created AS og_uid_created | |
| FROM users users LEFT JOIN og_uid og_uid ON users.uid = og_uid.uid | |
| WHERE og_uid.nid IN (127998, 128028, 196548, 196558, 196538, 196528, 196568, 128018, 128098, 128068, 128088, 128078, 128058, 128038); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment