Skip to content

Instantly share code, notes, and snippets.

@itochu0523
Created October 26, 2016 03:33
Show Gist options
  • Save itochu0523/fa2a7b2fde5856498630fcd0b08622a4 to your computer and use it in GitHub Desktop.
Save itochu0523/fa2a7b2fde5856498630fcd0b08622a4 to your computer and use it in GitHub Desktop.
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