Created
October 26, 2016 03:33
-
-
Save itochu0523/fa2a7b2fde5856498630fcd0b08622a4 to your computer and use it in GitHub Desktop.
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 | |
ssuid, | |
cluid | |
FROM | |
id_mapping | |
WHERE | |
ssuid IS NOT NULL | |
AND cluid != '0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment