Skip to content

Instantly share code, notes, and snippets.

@daynebatten
Created May 25, 2016 18:05
Show Gist options
  • Save daynebatten/360ac3012a71658b3df4b2802b1422ce to your computer and use it in GitHub Desktop.
Save daynebatten/360ac3012a71658b3df4b2802b1422ce to your computer and use it in GitHub Desktop.
-- Returns D620
select
soundex('drake');
-- Returns B420
select
soundex('blake');
-- Returns 2
select
difference('drake', 'blake');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment