useful sql functions I want to save somewhere easily accessible
- ALL_CHARS_SAME - outputs 0 if all characters in the string are the same
- LEVENSHTEIN - compares two strings and outputs a measure of the distance between them (requires MIN3)
- MIN3 - finds the minimum of 3 integers (required for LEVENSHTEIN)