Skip to content

Instantly share code, notes, and snippets.

@dannykopping
Created October 8, 2011 16:08
Show Gist options
  • Select an option

  • Save dannykopping/1272476 to your computer and use it in GitHub Desktop.

Select an option

Save dannykopping/1272476 to your computer and use it in GitHub Desktop.
Similarity 1
mysql> SELECT jaro_winkler_similarity("Danny", "Daniel") AS similarity;
+-------------------+
| similarity |
+-------------------+
| 0.789999961853027 |
+-------------------+
1 row in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment