Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created October 28, 2019 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/8fca2f5f16798846564022b7e114e401 to your computer and use it in GitHub Desktop.
Save ldenson11/8fca2f5f16798846564022b7e114e401 to your computer and use it in GitHub Desktop.
SELECT p.auth_amount
FROM payments_from_POS_MQTT p
JOIN payments_bad_actors_from_antifraud_cluster b
ON p.userid = b.userid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment