Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 348 Bytes

SQL Functions

useful sql functions I want to save somewhere easily accessible

Function List

  1. ALL_CHARS_SAME - outputs 0 if all characters in the string are the same
  2. LEVENSHTEIN - compares two strings and outputs a measure of the distance between them (requires MIN3)
  3. MIN3 - finds the minimum of 3 integers (required for LEVENSHTEIN)